Skip to content
Snippets Groups Projects
Commit d8dfa9ad authored by rds's avatar rds
Browse files

a better script to use to compile this.

parent 8d550456
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,18 @@ if [ $1 ]; then
else
PREFIX=`pwd`/PREFIX
fi
opsys=`uname`
case $opsys in
OSF1 )
locals=/nfs/disk100/acedb/ZMap/prefix/ALPHA/lib/pkgconfig
PKG_CONFIG_PATH="/usr/local/gtk2/lib/pkgconfig"
export PKG_CONFIG_PATH ;;
esac
ADD_PERL5LIB=$PREFIX/lib/perl5/site_perl/$PERL_VERSION/$PERL_ARCH:\
$PREFIX/lib/site_perl/$PERL_VERSION/$PERL_ARCH
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment