Skip to content

Commit

Permalink
fix php extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Kiefer committed May 24, 2021
1 parent 66c43f1 commit 63d66ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion main/php/.pkgfiles
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ php-8.0.6-1
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/php/
drwxr-xr-x root/root etc/php/conf.d/
-rw-r--r-- root/root etc/php/conf.d/extensions.ini
-rw-r--r-- root/root etc/php/php.ini-development
-rw-r--r-- root/root etc/php/php.ini-production
drwxr-xr-x root/root usr/
Expand Down
6 changes: 2 additions & 4 deletions main/php/spkgbuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# description : PHP interpreter, extension modules and support stuff
# homepage : https://www.php.net
# depends : tidy oniguruma bzip2 krb5 enchant libpcre2 libxml2 curl db gdbm
# depends : tidy oniguruma openssl bzip2 krb5 enchant libpcre2 libxml2 curl db gdbm

name=php
version=8.0.6
Expand Down Expand Up @@ -57,6 +57,7 @@ build() {
--with-pdo-mysql=shared,mysqlnd \
--with-pdo-sqlite=shared \
--with-readline \
--with-openssl \
--with-sqlite3=shared \
--with-tidy=shared \
--with-xsl=shared \
Expand All @@ -80,7 +81,4 @@ build() {
install -d $PKG/etc/php/conf.d
install -m 644 php.ini-* $PKG/etc/php

# order matters !
printf 'extension=%s\n' {bz2,curl,openssl,dba}.so \
> $PKG/etc/php/conf.d/extensions.ini
}

0 comments on commit 63d66ef

Please sign in to comment.