wok diff liboping/receipt @ rev 21245

updated libjson-c and libjson-c-dev (0.12 -> 0.13.1)
author Hans-G?nter Theisgen
date Thu Apr 11 15:39:08 2019 +0100 (2019-04-11)
parents c61851b23eb6
children fafbb5087ce7
line diff
     1.1 --- a/liboping/receipt	Sun Apr 30 14:09:19 2017 +0100
     1.2 +++ b/liboping/receipt	Thu Apr 11 15:39:08 2019 +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 &&