This link file was modified to support X64 build.
This commit is contained in:
		| @@ -3,9 +3,9 @@ LINK = $(CPP) \ | |||||||
| 	-shared \ | 	-shared \ | ||||||
| 	-pthread\ | 	-pthread\ | ||||||
| 	-O2 -fno-exceptions -fno-check-new\ | 	-O2 -fno-exceptions -fno-check-new\ | ||||||
| 	-Wl,-rpath -Wl,/usr/lib$(ARCH_LIB) \ | 	-Wl,-rpath -Wl,/usr/lib$(ARC) \ | ||||||
| 	-L/usr/lib$(ARCH_LIB) -lpthread -lc -ldl \ | 	-L/usr/lib$(ARC) -lpthread -lc -ldl \ | ||||||
| 	-L/opt/gnome/lib -lgnome-keyring -lglib-2.0 \ | 	-L/opt/gnome/lib$(ARC) -lgnome-keyring -lglib-2.0 \ | ||||||
| 	-Wl,-soname -Wl,lib$(TARGET).so.$(PROD_NUM) \ | 	-Wl,-soname -Wl,lib$(TARGET).so.$(PROD_NUM) \ | ||||||
| 	-o $(LIBDIR)$(XTRA)/lib$(TARGET).so.$(BLD_VER) \ | 	-o $(LIBDIR)$(XTRA)/lib$(TARGET).so.$(BLD_VER) \ | ||||||
| 	-L$(LIBDIR)$(XTRA)  \ | 	-L$(LIBDIR)$(XTRA)  \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user