Fixed the platform parameter ($ARC) for the rpath in link.lux files that was causing failures in Germany.
This commit is contained in:
		| @@ -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 -ldl -lpam \ | ||||
| 	-Wl,-rpath -Wl,/usr/lib$(ARC) \ | ||||
| 	-L/usr/lib$(ARC) -lpthread -lc -ldl -lpam \ | ||||
| 	-Wl,-soname -Wl,$(TARGET).so \ | ||||
| 	-o $(LIBDIR)$(XTRA)/$(TARGET).so \ | ||||
| 	-L$(LIBDIR)$(XTRA)  \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user