Fixed the platform parameter ($ARC) for the rpath in link.lux files that was causing failures in Germany.
This commit is contained in:
@@ -2,7 +2,7 @@ LINK = $(CC) \
|
||||
-Wl,-Bsymbolic \
|
||||
-shared \
|
||||
-Wl,--version-script=$(TARGET)_$(PLAT).exp \
|
||||
-Wl,-rpath -Wl,/usr/lib$(ARCH_DIR) \
|
||||
-Wl,-rpath -Wl,/usr/lib$(ARC) \
|
||||
-L$(LIBDIR)$(XTRA) -lmicasa \
|
||||
-Wl,-soname -Wl,lib$(TARGET).so.$(PROD_NUM) \
|
||||
-o $(LIBDIR)$(XTRA)/lib$(TARGET).so.$(BLD_VER) \
|
||||
|
||||
Reference in New Issue
Block a user