mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/php7 to 7.4.33-4
This commit is contained in:
parent
b4a44231ea
commit
8c48ba8044
2 changed files with 13 additions and 3 deletions
|
@ -25,11 +25,11 @@ pkgname=('php7'
|
|||
'php7-tidy'
|
||||
'php7-xsl')
|
||||
pkgver=7.4.33
|
||||
pkgrel=2
|
||||
pkgrel=4
|
||||
arch=('x86_64')
|
||||
license=('PHP')
|
||||
url='https://www.php.net/'
|
||||
makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 'libsodium' 'libxslt' 'libzip' 'net-snmp'
|
||||
makedepends=('apache' 'aspell' 'c-client' 'enchant' 'gd' 'gmp' 'icu' 'libsodium' 'libxslt' 'libzip' 'net-snmp'
|
||||
'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 'libtool' 'postfix' 'freetds' 'pcre2' 'libnsl'
|
||||
'oniguruma')
|
||||
checkdepends=('procps-ng')
|
||||
|
@ -111,7 +111,6 @@ build() {
|
|||
--enable-sysvshm=shared \
|
||||
--with-bz2=shared \
|
||||
--with-curl=shared \
|
||||
--with-db4=/usr \
|
||||
--with-enchant=shared \
|
||||
--with-external-gd \
|
||||
--with-external-pcre \
|
||||
|
|
11
extra/php7/db6_compat.patch
Normal file
11
extra/php7/db6_compat.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- aaa/ext/dba/config.m4 2022-12-11 16:33:02.721079548 +0100
|
||||
+++ bbb/ext/dba/config.m4 2022-12-11 16:33:59.821200682 +0100
|
||||
@@ -308,7 +308,7 @@
|
||||
]])],[
|
||||
AC_EGREP_CPP(yes,[
|
||||
#include "$THIS_INCLUDE"
|
||||
-#if DB_VERSION_MAJOR == $1 || ($1 == 4 && DB_VERSION_MAJOR == 5)
|
||||
+#if DB_VERSION_MAJOR == $1 || ($1 == 4 && DB_VERSION_MAJOR == 5) || ($1 == 4 && DB_VERSION_MAJOR == 6)
|
||||
yes
|
||||
#endif
|
||||
],[
|
Loading…
Reference in a new issue