wok-6.x diff flashrom/receipt @ rev 21413

conntrack-tools, flashrom: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 23 18:26:21 2019 +0200 (2019-04-23)
parents 21f24cc30137
children fe96d104d02e
line diff
     1.1 --- a/flashrom/receipt	Sat Mar 02 09:50:24 2019 +0100
     1.2 +++ b/flashrom/receipt	Tue Apr 23 18:26:21 2019 +0200
     1.3 @@ -18,6 +18,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|\(libusb_set_\)debug(NULL|\1option(NULL, LIBUSB_OPTION_LOG_LEVEL|' \
     1.8 +		ch341a_spi.c
     1.9  	sed -i 's|uname -m|echo i486|' Makefile
    1.10  	make -j 1 PREFIX=/usr &&
    1.11  	make PREFIX=/usr DESTDIR=$DESTDIR install