wok rev 21415

updated make (4.1 -> 4.2.1)
author Hans-G?nter Theisgen
date Tue Apr 23 17:28:22 2019 +0100 (2019-04-23)
parents 6f69af373b8d 02f84d387161
children 228c4c7a7cf9
files
line diff
     1.1 --- a/conntrack-tools/receipt	Tue Apr 23 17:27:39 2019 +0100
     1.2 +++ b/conntrack-tools/receipt	Tue Apr 23 17:28:22 2019 +0100
     1.3 @@ -19,6 +19,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i '/enum ip_conntrack_info {/,/};/d' include/helper.h
     1.8  	./configure \
     1.9  		--prefix=/usr \
    1.10  		--mandir=/usr/share/man \
     2.1 --- a/flashrom/receipt	Tue Apr 23 17:27:39 2019 +0100
     2.2 +++ b/flashrom/receipt	Tue Apr 23 17:28:22 2019 +0100
     2.3 @@ -18,6 +18,8 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 +	sed -i 's|\(libusb_set_\)debug(NULL|\1option(NULL, LIBUSB_OPTION_LOG_LEVEL|' \
     2.8 +		ch341a_spi.c
     2.9  	sed -i 's|uname -m|echo i486|' Makefile
    2.10  	make -j 1 PREFIX=/usr &&
    2.11  	make PREFIX=/usr DESTDIR=$DESTDIR install