From 171f7927e9fdd3fb32e12ee3003e422444f5cbd9 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 23 Aug 2008 19:33:45 -0400 Subject: [PATCH] Update the description of -no-undefined, required by libtool on Cygwin. SVN-Revision: 183 --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b3ff51fa6..1d3de5329 100644 --- a/Makefile.am +++ b/Makefile.am @@ -140,8 +140,9 @@ libarchive_la_SOURCES= \ libarchive/filter_fork.h libarchive_la_CPPFLAGS=-I $(top_builddir)/libarchive -# cygwin barfs without -no-undefined; I don't know what it does or -# whether it helps or hurts other platforms... +# -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. libarchive_la_LDFLAGS= -no-undefined -version-info $(ARCHIVE_LIBTOOL_VERSION) # Manpages to install -- 2.47.3