wok diff file/receipt @ rev 20667

cookutils: patch to avoid parallel execution of pkgdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 19 14:18:09 2019 +0200 (2019-01-19)
parents 17a94fdd3abe
children ac5bcc9f308c
line diff
     1.1 --- a/file/receipt	Thu Feb 23 15:12:51 2017 +0100
     1.2 +++ b/file/receipt	Sat Jan 19 14:18:09 2019 +0200
     1.3 @@ -24,6 +24,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's/, has_debug_info = 1/, has_debug_info = 0/' src/readelf.c
     1.8  	./configure \
     1.9  		--datarootdir=/usr/share \
    1.10  		$CONFIGURE_ARGS &&