summaryrefslogtreecommitdiff
path: root/devel/apr-util/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2007-04-28 06:23:04 +0000
committerminskim <minskim@pkgsrc.org>2007-04-28 06:23:04 +0000
commitdc51e3fa17d3b23623979591d862c9df79c13bf0 (patch)
tree40732525d95cc124719f7ba7c07cf481eb4a512e /devel/apr-util/Makefile
parent154dca4dfaeb02afd99354c414c19d8288308bad (diff)
downloadpkgsrc-dc51e3fa17d3b23623979591d862c9df79c13bf0.tar.gz
Use libtool in the wrapper directory instead of the one installed by
apr. Otherwise, dependency_libs in libaprutil-1.la is set incorrectly. Bump PKGREVISION.
Diffstat (limited to 'devel/apr-util/Makefile')
-rw-r--r--devel/apr-util/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/apr-util/Makefile b/devel/apr-util/Makefile
index f9722df6760..7ae5a653245 100644
--- a/devel/apr-util/Makefile
+++ b/devel/apr-util/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/01/24 19:37:20 epg Exp $
+# $NetBSD: Makefile,v 1.2 2007/04/28 06:23:04 minskim Exp $
#
DISTNAME= apr-util-1.2.8
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_APACHE:=apr/}
@@ -22,7 +23,8 @@ PKGCONFIG_OVERRIDE+= apr-util.pc.in
CONFIGURE_ARGS+= \
--with-apr=${BUILDLINK_PREFIX.apr}/bin/apr-1-config \
--with-expat=${BUILDLINK_PREFIX.expat} \
- --without-gdbm
+ --without-gdbm --without-sqlite3
+MAKE_ENV+= WRAPPER_DIR=${WRAPPER_DIR:Q}
.include "../../mk/bsd.prefs.mk"
.include "options.mk"