From 6862c2c82d89d30b0283d8a7e77851a802534daa Mon Sep 17 00:00:00 2001 From: Carlos Martín Nieto Date: Sat, 7 Jun 2014 14:07:15 +0200 Subject: hack for travis --- script/with-static.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'script/with-static.sh') diff --git a/script/with-static.sh b/script/with-static.sh index e92edec..914d8b2 100755 --- a/script/with-static.sh +++ b/script/with-static.sh @@ -4,5 +4,6 @@ set -ex export INSTALL_LOCATION=$PWD/vendor/install export PKG_CONFIG_PATH=$INSTALL_LOCATION/lib/pkgconfig +export CGO_LDFLAGS='-lrt' $@ -- cgit v1.2.3