mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
build: Add -no-undefined libtool flag
We have no need for undefined symbols, so we can let the shared library build even on systems without support for undefined symbols.
This commit is contained in:
parent
ae7942ba6d
commit
8f61036467
@ -59,6 +59,7 @@ libbsd_la_LIBADD = \
|
||||
$(LIBBSD_LIBS) \
|
||||
# EOL
|
||||
libbsd_la_LDFLAGS = \
|
||||
-no-undefined \
|
||||
-version-number $(LIBBSD_ABI) \
|
||||
# EOL
|
||||
if HAVE_LINKER_VERSION_SCRIPT
|
||||
|
Loading…
Reference in New Issue
Block a user