diff options
author | obache <obache@pkgsrc.org> | 2013-02-09 13:00:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-02-09 13:00:05 +0000 |
commit | edc67fcb9a20581f038a87a48adcb3be5b3d9d69 (patch) | |
tree | 20a4232aba522dab4c5f190742b2ac0a3695c39a /devel/zlib | |
parent | 3e9b11cae08aed0181fd1f2976b7a0a98bf4805a (diff) | |
download | pkgsrc-edc67fcb9a20581f038a87a48adcb3be5b3d9d69.tar.gz |
-no-undefined LDFLAGS is required to be linked with Cygwin.
Diffstat (limited to 'devel/zlib')
-rw-r--r-- | devel/zlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/zlib/Makefile b/devel/zlib/Makefile index ef768903127..f798c14f6e5 100644 --- a/devel/zlib/Makefile +++ b/devel/zlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2012/10/31 11:19:55 asau Exp $ +# $NetBSD: Makefile,v 1.46 2013/02/09 13:00:05 obache Exp $ DISTNAME= zlib-1.2.7 CATEGORIES= devel @@ -16,6 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes CFLAGS+= ${CPPFLAGS} +LDFLAGS.Cygwin= -no-undefined INSTALLATION_DIRS= include lib ${PKGMANDIR}/man3 |