Skip to content

Commit

Permalink
Update the description of -no-undefined, required by libtool on Cygwin.
Browse files Browse the repository at this point in the history
SVN-Revision: 183
  • Loading branch information
kientzle committed Aug 23, 2008
1 parent f3f868f commit 171f792
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit 171f792

Please sign in to comment.