diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
commit | ab753fcde40b28248172c552ce2b1f23eddfc9f4 (patch) | |
tree | 2ff2724ef77294878f91b528843a0f0b6dba5462 /data/apr-util/make.sh | |
parent | 295030d5719c3af352cfc5394b8ce13e3a1e0fb9 (diff) |
Update more packages
Diffstat (limited to 'data/apr-util/make.sh')
-rw-r--r-- | data/apr-util/make.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/apr-util/make.sh b/data/apr-util/make.sh index eb45aca88..4ce8e73f2 100644 --- a/data/apr-util/make.sh +++ b/data/apr-util/make.sh @@ -1,7 +1,7 @@ pkg:setup APRWORK=("$(PKG_WORK_ _apr)"/*/) -pkg:configure --disable-static --with-apr="${APRWORK}" --with-berkeley-db="$(PKG_DEST_ berkeleydb)" +pkg:configure --disable-static --with-apr="${APRWORK}" --with-berkeley-db="$(PKG_DEST_ berkeleydb)/usr" # WTF configure... I need to fix this -sed -ie 's/db-6.9/db/' Makefile -make +sed -ie 's/db-6.9/db/' Makefile apu-1-config +make -j8 pkg:install |