APKBUILD examples:Php
Add phpize to the build() section.
build() {
cd "$builddir"
phpize || return 1
./configure --prefix=/usr || return 1
make || return 1
}
Add phpize to the build() section.
build() {
cd "$builddir"
phpize || return 1
./configure --prefix=/usr || return 1
make || return 1
}