Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/php8.2/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ for _ext in $_exts; do
*) subpackages="$subpackages $pkgname-$_ext:_package_ext";;
esac
done
subpackages="$subpackages $pkgname-common::noarch"
subpackages="$subpackages $pkgname-common"

_apiver="20220829"

Expand Down Expand Up @@ -212,6 +212,7 @@ build() {
--with-pgsql=shared --with-pdo-pgsql=shared \
--with-unixODBC=shared,/usr -with-pdo-odbc=shared,unixODBC,/usr \
--with-dbmaker=shared \
--enable-embed=shared \
--enable-fileinfo=shared \
--enable-opcache=shared \
--enable-pdo=shared \
Expand Down
3 changes: 2 additions & 1 deletion packages/php8.3/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ for _ext in $_exts; do
*) subpackages="$subpackages $pkgname-$_ext:_package_ext";;
esac
done
subpackages="$subpackages $pkgname-common::noarch"
subpackages="$subpackages $pkgname-common"

_apiver="20230831"

Expand Down Expand Up @@ -212,6 +212,7 @@ build() {
--with-pgsql=shared --with-pdo-pgsql=shared \
--with-unixODBC=shared,/usr -with-pdo-odbc=shared,unixODBC,/usr \
--with-dbmaker=shared \
--enable-embed=shared \
--enable-fileinfo=shared \
--enable-opcache=shared \
--enable-pdo=shared \
Expand Down
3 changes: 2 additions & 1 deletion packages/php8.4/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ for _ext in $_exts; do
*) subpackages="$subpackages $pkgname-$_ext:_package_ext";;
esac
done
subpackages="$subpackages $pkgname-common::noarch"
subpackages="$subpackages $pkgname-common"

_apiver="20240924"

Expand Down Expand Up @@ -208,6 +208,7 @@ build() {
--with-pgsql=shared --with-pdo-pgsql=shared \
--with-unixODBC=shared,/usr -with-pdo-odbc=shared,unixODBC,/usr \
--with-dbmaker=shared \
--enable-embed=shared \
--enable-fileinfo=shared \
--enable-opcache=shared \
--enable-pdo=shared \
Expand Down