summaryrefslogtreecommitdiff
path: root/data/apr-util/make.sh
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-08-15 15:03:53 -1000
committerSam Bingner <sam@bingner.com>2018-08-15 15:03:53 -1000
commit2a1b49deb8380fe29a152df7dd34d21e6ffb9de6 (patch)
tree3f7927b63799c7b2cfe00b131739a51edd0bf5c1 /data/apr-util/make.sh
parent5655eba845eef80dcc36a4f381ebdf4d1dee62dd (diff)
Update apr-util to 1.6.1
Diffstat (limited to 'data/apr-util/make.sh')
-rw-r--r--data/apr-util/make.sh5
1 files changed, 4 insertions, 1 deletions
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