From 6862c2c82d89d30b0283d8a7e77851a802534daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sat, 7 Jun 2014 14:07:15 +0200 Subject: [PATCH] hack for travis --- script/with-static.sh | 1 + 1 file changed, 1 insertion(+) 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' $@