]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
I've been corrected: -no-undefined is meaningful for
authorTim Kientzle <kientzle@gmail.com>
Sun, 24 Aug 2008 23:02:20 +0000 (19:02 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 24 Aug 2008 23:02:20 +0000 (19:02 -0400)
other platforms.

SVN-Revision: 187

Makefile.am

index 0b9c80c83d583480c7df2fc053290c77d2a7cd87..01c4c5c57ea7626ab5340cbfa92f1a3283336973 100644 (file)
@@ -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