wok-next diff unshield/receipt @ rev 20404

Up cookutils (1019)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 14:34:32 2017 +0200 (2017-12-07)
parents 23c3aed67cd9
children 10df65db91ad
line diff
     1.1 --- a/unshield/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/unshield/receipt	Thu Dec 07 14:34:32 2017 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i 's/_BSD_SOURCE/_DEFAULT_SOURCE/' */*.c
     1.9  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.10  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.11  	make &&