0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 17:48:35 +02:00

modules/extensions: LDFLAGS += --no-allow-shlib-undefined

This commit is contained in:
Jason Volk 2016-08-22 22:28:59 -07:00
parent b65c5430f2
commit 06b84579e3
2 changed files with 4 additions and 2 deletions

View file

@ -16,10 +16,11 @@ AM_LDFLAGS = \
AM_LDFLAGS += \
-module \
-shared \
-export-dynamic \
-avoid-version \
-no-undefined \
-shared \
--no-allow-shlib-undefined \
-export-symbols-regex _mheader
AM_LDFLAGS += \

View file

@ -14,10 +14,11 @@ AM_LDFLAGS = \
AM_LDFLAGS += \
-module \
-shared \
-export-dynamic \
-avoid-version \
-no-undefined \
-shared \
--no-allow-shlib-undefined \
-export-symbols-regex _mheader
AM_LDFLAGS += \