From: Mike Pall Date: Wed, 3 Jul 2024 21:59:59 +0000 (+0200) Subject: OSX: Fix installed luajit.pc. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747fc02eb97f0c12e08723df788fd20a2f449397;p=thirdparty%2FLuaJIT.git OSX: Fix installed luajit.pc. Reported by leleliu008. #1221 --- diff --git a/Makefile b/Makefile index 3aed365d..6ae2c49d 100644 --- a/Makefile +++ b/Makefile @@ -114,6 +114,7 @@ ifeq (Darwin,$(TARGET_SYS)) INSTALL_SOSHORT1= $(INSTALL_DYLIBSHORT1) INSTALL_SOSHORT2= $(INSTALL_DYLIBSHORT2) LDCONFIG= : + SED_PC+= -e "s| -Wl,-E||" endif ##############################################################################