blob: eb45aca88cea8f77fb3b162314fd391f98e942c5 (
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)"
# WTF configure... I need to fix this
sed -ie 's/db-6.9/db/' Makefile
make
pkg:install
|