From 0a8fec2fffac0dcc5f07602bab3c84455b34b0fb Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 16 Jul 2002 09:07:39 +0000 Subject: add ${LDFLAGS} so that libz is found when it is not in a system library path. fixes build problem on zoularis. --- archivers/unzip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/unzip/Makefile') diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 0cb83d52654..66a79da3030 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/02/27 04:45:57 yyamano Exp $ +# $NetBSD: Makefile,v 1.32 2002/07/16 09:07:39 grant Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # @@ -19,7 +19,7 @@ USE_BUILDLINK_ONLY= # defined MAKEFILE= unix/Makefile ALL_TARGET= generic_zlib unzipsfx -MAKE_FLAGS= CF="${CFLAGS} -I. -DBSD -DUNIX -Dunix -DUSE_UNSHRINK" LF2="-lz ${_STRIPFLAG_CC}" +MAKE_FLAGS= CF="${CFLAGS} -I. -DBSD -DUNIX -Dunix -DUSE_UNSHRINK" LF2="-lz ${_STRIPFLAG_CC} ${LDFLAGS}" do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} unzip funzip unzipsfx ${PREFIX}/bin -- cgit v1.2.3