Xfake: Nuke -Wl,-undefined=InitExtensions from LDFLAGS
This is not portable, and accodring to Paulo should not be required any more. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
This commit is contained in:
parent
ed7d252719
commit
d503195504
|
@ -20,7 +20,7 @@ Xfake_LDADD = \
|
||||||
libfake.la \
|
libfake.la \
|
||||||
@KDRIVE_LIBS@
|
@KDRIVE_LIBS@
|
||||||
|
|
||||||
Xfake_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) -Wl,-undefined=InitExtensions
|
Xfake_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
||||||
|
|
||||||
Xfake_DEPENDENCIES = \
|
Xfake_DEPENDENCIES = \
|
||||||
libfake.la \
|
libfake.la \
|
||||||
|
|
Loading…
Reference in New Issue