wok diff liboping/receipt @ rev 20554

updated libgcrypt again
author Hans-G?nter Theisgen
date Wed Dec 12 14:49:05 2018 +0100 (2018-12-12)
parents c61851b23eb6
children fafbb5087ce7
line diff
     1.1 --- a/liboping/receipt	Sun Apr 30 14:09:19 2017 +0100
     1.2 +++ b/liboping/receipt	Wed Dec 12 14:49:05 2018 +0100
     1.3 @@ -16,6 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export LDFLAGS="$LDFLAGS -lrt"	# for clock_gettime
     1.8  	./configure \
     1.9  		--prefix=/usr \
    1.10  		$CONFIGURE_ARGS &&