From 2a1b49deb8380fe29a152df7dd34d21e6ffb9de6 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Wed, 15 Aug 2018 15:03:53 -1000 Subject: Update apr-util to 1.6.1 --- data/apr-util/make.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data/apr-util/make.sh') diff --git a/data/apr-util/make.sh b/data/apr-util/make.sh index 2a4ca3fa2..eb45aca88 100644 --- a/data/apr-util/make.sh +++ b/data/apr-util/make.sh @@ -1,4 +1,7 @@ pkg:setup -pkg:configure --disable-static --with-apr="$(PKG_WORK_ apr)/apr-1.2.12" --with-berkeley-db="${PKG_ROOT}" +APRWORK=("$(PKG_WORK_ _apr)"/*/) +pkg:configure --disable-static --with-apr="${APRWORK}" --with-berkeley-db="$(PKG_DEST_ berkeleydb)" +# WTF configure... I need to fix this +sed -ie 's/db-6.9/db/' Makefile make pkg:install -- cgit v1.2.3