# HG changeset patch # User Pascal Bellard # Date 1493567599 -7200 # Node ID 828da114adaabba2e2c3e050e105f6f4ecbbe25f # Parent f317c8ca6ac9d00294fccb6f321db4ce2aa3c46b liboping: fix build diff -r f317c8ca6ac9 -r 828da114adaa liboping/receipt --- a/liboping/receipt Sun Apr 30 14:12:03 2017 +0100 +++ b/liboping/receipt Sun Apr 30 17:53:19 2017 +0200 @@ -16,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + export LDFLAGS="$LDFLAGS -lrt" # for clock_gettime ./configure \ --prefix=/usr \ $CONFIGURE_ARGS &&