Fixed the platform parameter ($ARC) for the rpath in link.lux files that was causing failures in Germany.

This commit is contained in:
Cameron (Kamran) Mashayekhi
2006-01-03 23:04:15 +00:00
parent 039922d48e
commit 7880ab744b
7 changed files with 17 additions and 11 deletions

View File

@@ -2,8 +2,8 @@ LINK = $(CC) \
-Wl,-Bsymbolic \
-shared \
-Wl,--version-script=$(TARGET)_$(PLAT).exp \
-Wl,-rpath -Wl,/usr/$(ARCH_LlB) \
-L/usr/$(ARCH_LIB) -lpthread -lc -lpam -lcasa_auth_token\
-Wl,-rpath -Wl,/usr/lib$(ARC) \
-L/usr/lib$(ARC) -lpthread -lc -lpam -lcasa_auth_token\
-Wl,-soname -Wl,$(TARGET).so \
-o $(LIBDIR)$(XTRA)/$(TARGET).so \
-L$(LIBDIR)$(XTRA) \