From 3a2b13d569e0d1a4b25cbd5ae813676da500da2d Mon Sep 17 00:00:00 2001 From: jehturner Date: Wed, 8 Feb 2017 23:18:31 -0300 Subject: Compile ds9 without optional libXss dependency on Linux (missing on some machines at run time) and update to latest v7.5. (#150) --- ds9/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ds9/build.sh') diff --git a/ds9/build.sh b/ds9/build.sh index f2fe0a5..5197c79 100644 --- a/ds9/build.sh +++ b/ds9/build.sh @@ -14,7 +14,7 @@ exit 1 ;; esac -unix/configure +unix/configure TKFLAGS="--disable-xss" # not all machines have libXss make mkdir -p $PREFIX/bin -cp -a bin/ds9* bin/x* $PREFIX/bin \ No newline at end of file +cp -a bin/ds9* bin/x* $PREFIX/bin -- cgit