wok-4.x diff gnustep-base/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (15 months ago)
parents c404aac8cb5e
children
line diff
     1.1 --- a/gnustep-base/receipt	Sun Dec 25 03:10:34 2011 +0100
     1.2 +++ b/gnustep-base/receipt	Sun Apr 02 14:34:44 2023 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  	./configure \
     1.5  		--prefix=/usr \
     1.6  		--with-ffi-library=/usr/lib \
     1.7 -		--with-ffi-include=/usr/include/libffi-3.0.10 \
     1.8 +		--with-ffi-include=$(ls -d /usr/include/libffi-[0-9]*) \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make && make DESTDIR=$DESTDIR install
    1.11  }