From b406ecda2ce06fdb056d7ec6522893f38c3bbbdf Mon Sep 17 00:00:00 2001 From: "Diego E. 'Flameeyes' Pettenò" Date: Wed, 19 Nov 2008 03:21:30 +0100 Subject: If the linker suppors it, ensure that the library has no undefined references. This is important to make sure that no bugs are introduced that breaks when using --as-needed. --- libdaemon/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdaemon/Makefile.am') diff --git a/libdaemon/Makefile.am b/libdaemon/Makefile.am index 11a5305..220006a 100644 --- a/libdaemon/Makefile.am +++ b/libdaemon/Makefile.am @@ -39,4 +39,4 @@ libdaemon_la_SOURCES = \ daemon.h \ $(pkg_include_HEADERS) -libdaemon_la_LDFLAGS = -version-info $(LIBDAEMON_VERSION_INFO) +libdaemon_la_LDFLAGS = -version-info $(LIBDAEMON_VERSION_INFO) $(LDFLAGS_NOUNDEFINED) -- cgit