wok-next diff php/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5ef1403a3199
children
line diff
     1.1 --- a/php/receipt	Tue Apr 21 10:56:40 2020 +0100
     1.2 +++ b/php/receipt	Sat Nov 21 14:32:44 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	\