wok diff posixovl/receipt @ rev 21573

updated arpack-ng and arpack-ng-dev (3.1.5 -> 3.7.0)
author Hans-G?nter Theisgen
date Sun May 19 07:39:55 2019 +0100 (2019-05-19)
parents d3d2872880f0
children b35f2c510937
line diff
     1.1 --- a/posixovl/receipt	Tue Apr 30 21:40:22 2019 +0200
     1.2 +++ b/posixovl/receipt	Sun May 19 07:39:55 2019 +0100
     1.3 @@ -22,6 +22,7 @@
     1.4  	grep -q 'else if (!S_ISREG' posixovl.c ||
     1.5  	sed -i 's/if (!S_ISREG/if (S_ISLNK(cb->ll.mode))\n\t\tcb->sb.st_size = strlen(cb->ll.target);\n\telse &/' posixovl.c
     1.6  	sed -i 's/cb->ll.size/0/' posixovl.c
     1.7 +	sed -i 's|attr/xattr.h|sys/xattr.h|' posixovl.c configure*
     1.8  	sh autogen.sh
     1.9  	./configure --prefix=/usr --mandir=/usr/share/man \
    1.10  	$CONFIGURE_ARGS &&