wok-next rev 21406

updated php again (7.4.4 -> 7.4.5)
author Hans-G?nter Theisgen
date Tue Apr 21 11:13:46 2020 +0100 (2020-04-21)
parents 5ef1403a3199
children 12227c6f198a
files php/receipt
line diff
     1.1 --- a/php/receipt	Tue Apr 21 10:56:40 2020 +0100
     1.2 +++ b/php/receipt	Tue Apr 21 11:13:46 2020 +0100
     1.3 @@ -49,7 +49,7 @@
     1.4  	--with-curl=shared				\
     1.5  	--enable-gd=shared				\
     1.6  	--with-gettext					\
     1.7 -	--with-imap=shared				\
     1.8 +	--with-imap=/usr/lib				\
     1.9  	--with-imap-ssl					\
    1.10  	--with-ldap=shared				\
    1.11  	--with-mhash					\
    1.12 @@ -73,7 +73,8 @@
    1.13  	sed -i 's/pam_start/pam_nostart/' \
    1.14  		configure
    1.15  
    1.16 -	ln -s /usr/lib/c-client.a /usr/lib/libc-client.a
    1.17 +	mkdir	/usr/lib/c-client
    1.18 +	ln -s /usr/lib/c-client.a /usr/lib/c-client/libc-client.a
    1.19  
    1.20  	./configure		\
    1.21  		$ARCH_ARGS	\