wok-next rev 21404

updated php again (7.4.4 -> 7.4.5)
author Hans-G?nter Theisgen
date Tue Apr 21 10:44:11 2020 +0100 (2020-04-21)
parents dea882b942f2
children 5ef1403a3199
files php/receipt
line diff
     1.1 --- a/php/receipt	Tue Apr 21 10:28:30 2020 +0100
     1.2 +++ b/php/receipt	Tue Apr 21 10:44:11 2020 +0100
     1.3 @@ -31,6 +31,9 @@
     1.4  	# 	--enable-zip
     1.5  	#	--with-jpeg-dir=/usr
     1.6  	#	--with-png-dir=/usr
     1.7 +	#	--with-mcrypt=shared,/usr
     1.8 +	#	--with-mysql=shared,/usr
     1.9 +	#	--with-vpx-dir=/usr
    1.10  
    1.11  	ARCH_ARGS="\
    1.12  	--config-cache					\
    1.13 @@ -44,14 +47,12 @@
    1.14  	--enable-sockets				\
    1.15  	--with-config-file-path=/etc			\
    1.16  	--with-curl=shared				\
    1.17 -	--with-gd=shared				\
    1.18 +	--enable-gd=shared				\
    1.19  	--with-gettext					\
    1.20  	--with-imap=shared				\
    1.21  	--with-imap-ssl					\
    1.22  	--with-ldap=shared				\
    1.23 -	--with-mcrypt=shared,/usr			\
    1.24  	--with-mhash					\
    1.25 -	--with-mysql=shared,/usr			\
    1.26  	--with-mysql-sock=/var/run/mysqld/mysql.sock	\
    1.27  	--with-mysqli=shared				\
    1.28  	--with-openssl=shared				\
    1.29 @@ -63,12 +64,11 @@
    1.30  	--with-snmp=shared,/usr				\
    1.31  	--with-sqlite3=shared,/usr			\
    1.32  	--with-unixODBC=shared,/usr			\
    1.33 -	--with-vpx-dir=/usr				\
    1.34  	--with-zlib"
    1.35  
    1.36  	# 7.4.5	no such file
    1.37  #	sed -i 's|PLANE_[UVY]\]|VPX_&|;s|IMG_FMT_I420|VPX_&|' \
    1.38 -		ext/gd/libgd/webpimg.c
    1.39 +#		ext/gd/libgd/webpimg.c
    1.40  
    1.41  	sed -i 's/pam_start/pam_nostart/' \
    1.42  		configure