wok rev 19940

liboping: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 30 17:53:19 2017 +0200 (2017-04-30)
parents f317c8ca6ac9
children 9e463ebef079
files liboping/receipt
line diff
     1.1 --- a/liboping/receipt	Sun Apr 30 14:12:03 2017 +0100
     1.2 +++ b/liboping/receipt	Sun Apr 30 17:53:19 2017 +0200
     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 &&