diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-09 18:56:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-09 18:56:53 +0000 |
commit | 1e2bf7fc7b68887f175608592e5bf92581caa28a (patch) | |
tree | b7b3b96d3ceaf0900674f7015187c01855a0d5b1 /archivers | |
parent | f45e6c362002513ed3379c8d63b02281eee7083d (diff) | |
download | pkgsrc-1e2bf7fc7b68887f175608592e5bf92581caa28a.tar.gz |
Prevent libz from being seen using "the buildlink way" instead of passing
environment variables to the configure script.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/liblzo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |