diff options
Diffstat (limited to 'test/build/pan-build-2.sh')
-rwxr-xr-x | test/build/pan-build-2.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/test/build/pan-build-2.sh b/test/build/pan-build-2.sh deleted file mode 100755 index 8320cb0102f9..000000000000 --- a/test/build/pan-build-2.sh +++ /dev/null @@ -1,20 +0,0 @@ -#! /bin/sh - -export PATH=$pkgconfig/bin:$gnet/bin:/bin:/usr/bin -export PKG_CONFIG_PATH=$glib/lib/pkgconfig:$atk/lib/pkgconfig:$pango/lib/pkgconfig:$gtk/lib/pkgconfig:$gtkspell/lib/pkgconfig -export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib:$gtk/lib:$gnet/lib:$pspell/lib:$gtkspell/lib - -# A bug in gtkspell: the pspell library path is not exported -# through pkgconfig. -export LIBRARY_PATH=$pspell/lib - -export LDFLAGS=-s - -top=`pwd` -tar xvfj $src || exit 1 -cd pan-* || exit 1 -./configure --prefix=$top || exit 1 -make || exit 1 -make install || exit 1 -cd $top || exit 1 -rm -rf pan-* || exit 1 |