wok rev 20358

GnuPG: search suggests it may be due to older gcc, so let's try with LDFLAGS: -lrt
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 17:24:06 2018 +0000 (2018-06-09)
parents f6c368c9faa5
children 147135448bcf
files gnupg/receipt
line diff
     1.1 --- a/gnupg/receipt	Sat Jun 09 16:43:28 2018 +0000
     1.2 +++ b/gnupg/receipt	Sat Jun 09 17:24:06 2018 +0000
     1.3 @@ -21,6 +21,7 @@
     1.4  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
     1.5  	echo "d87553a125832ea90e8aeb3ceeecf24f88de56fb  $SRC/$TARBALL" | sha1sum -c || exit 1
     1.6  
     1.7 +    export LDFLAGS="-lrt"
     1.8  	./configure $CONFIGURE_ARGS && make && make install
     1.9  
    1.10  	find $install/usr/share/man -type f -exec gzip -9 \{\} \;