From: Tim Kientzle Date: Sun, 24 Aug 2008 23:02:20 +0000 (-0400) Subject: I've been corrected: -no-undefined is meaningful for X-Git-Tag: v2.6.0~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc4231345de0b010bc8917a97b3c31575c807cbc;p=thirdparty%2Flibarchive.git I've been corrected: -no-undefined is meaningful for other platforms. SVN-Revision: 187 --- diff --git a/Makefile.am b/Makefile.am index 0b9c80c83..01c4c5c57 100644 --- a/Makefile.am +++ b/Makefile.am @@ -141,8 +141,7 @@ libarchive_la_SOURCES= \ libarchive_la_CPPFLAGS=-I $(top_builddir)/libarchive # -no-undefined marks that libarchive doesn't rely on symbols -# defined in the application. This is required for cygwin and -# seems to be ignored on other platforms. +# defined in the application. This is mandatory for cygwin. libarchive_la_LDFLAGS= -no-undefined -version-info $(ARCHIVE_LIBTOOL_VERSION) # Manpages to install