skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 7a05ff287d2d3a40d6d88b43a61b459f0120c26e
parent ef6a7da72a1273380197ef5bff0969f974e15466
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sat, 29 Oct 2016 22:14:15 +0000

 bugfix: correctly read timer_lib when cross-compiling

Diffstat:
Mconfigure | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure b/configure @@ -399,6 +399,7 @@ if test -n "$sysdeps" ; then socket_lib=$(cat $sysdeps/socket.lib) sysclock_lib=$(cat $sysdeps/sysclock.lib) tainnow_lib=$(cat $sysdeps/tainnow.lib) + timer_lib=$(cat $sysdeps/timer.lib) util_lib=$(cat $sysdeps/util.lib) else sysdeps=sysdeps.cfg