summaryrefslogtreecommitdiff
path: root/data/apr-util/make.sh
diff options
context:
space:
mode:
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