From 0f92922979ec1f52c580079a4a49a7dc84af4ca1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 22 Dec 2012 02:49:14 -0800 Subject: Sat Dec 22 02:47:27 PST 2012 --- community/golangide/golangide.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/golangide/golangide.sh') diff --git a/community/golangide/golangide.sh b/community/golangide/golangide.sh index 824126c45..70705e5f3 100644 --- a/community/golangide/golangide.sh +++ b/community/golangide/golangide.sh @@ -1,6 +1,7 @@ #!/bin/sh +# The libqjson issue has been reported upstream if [ ! -z $GOROOT -a -e $GOROOT ]; then - /usr/bin/liteide $@ + LD_PRELOAD=/usr/lib/libqjson.so /usr/bin/liteidex $@ else - GOROOT=/usr/lib/go /usr/bin/liteide $@ + GOROOT=/usr/lib/go LD_PRELOAD=/usr/lib/libqjson.so /usr/bin/liteidex $@ fi -- cgit v1.2.3-54-g00ecf