wok diff liboping/receipt @ rev 20126
Add udisks2-kitless
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Oct 15 17:45:47 2017 +0200 (2017-10-15) |
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 15 17:45:47 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 &&