wok diff guvcview/receipt @ rev 21799

Fix chromaprint & guvcview
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:12:53 2019 +0200 (2019-08-10)
parents 5d97883e7e44
children c25206bfb95e
line diff
     1.1 --- a/guvcview/receipt	Thu May 23 22:39:27 2019 +0300
     1.2 +++ b/guvcview/receipt	Sat Aug 10 13:12:53 2019 +0200
     1.3 @@ -18,6 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export LDFLAGS="$LDFLAGS -lrt"
     1.8  	./configure --prefix=/usr \
     1.9  		    --disable-debian-menu \
    1.10  		    --disable-pulse $CONFIGURE_ARGS &&