summaryrefslogtreecommitdiff
path: root/data/apr-util/make.sh
blob: 4ce8e73f2a6423798ac65ff753b40299d565490f (plain)
1
2
3
4
5
6
7
pkg:setup
APRWORK=("$(PKG_WORK_ _apr)"/*/)
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 apu-1-config
make -j8
pkg:install