From 8edbd4e6b123b4e05818d4b1f4d4718ca8d25318 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 9 Dec 2004 18:56:53 +0000 Subject: Prevent libz from being seen using "the buildlink way" instead of passing environment variables to the configure script. --- archivers/liblzo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/liblzo') diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile index 346ba489d5a..c1323962a61 100644 --- a/archivers/liblzo/Makefile +++ b/archivers/liblzo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/10/03 00:13:04 tv Exp $ +# $NetBSD: Makefile,v 1.18 2004/12/09 18:56:53 jlam Exp $ # DISTNAME= lzo-1.08 @@ -19,6 +19,6 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES # Don't spuriously detect zlib, as it's not needed for the library. -CONFIGURE_ENV+= ac_cv_lib_z_gzputs=no +BUILDLINK_TRANSFORM+= rm:-lz .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3