wok diff liboping/receipt @ rev 20484

linld: ipxe does not respect realmode_switch protocol
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 21 17:30:30 2018 +0200 (2018-10-21)
parents c61851b23eb6
children fafbb5087ce7
line diff
     1.1 --- a/liboping/receipt	Sun Apr 30 14:09:19 2017 +0100
     1.2 +++ b/liboping/receipt	Sun Oct 21 17:30:30 2018 +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 &&