--- build.sh.orig Sun Jan 27 09:40:42 2002 +++ build.sh Sun Jan 27 09:41:09 2002 @@ -24,7 +24,7 @@ SrcDocDir=doc # configure -configure --enable-multibyte --with-python --with-java --with-CXX --prefix=$Prefix --sysconfdir=/etc --docdir=$Prefix/doc/$pkg-$version +configure --enable-multibyte --with-python --with-java --with-CXX --prefix=$Prefix --sysconfdir=/etc --docdir=$Prefix/doc/$pkg-$version --enable-debug # make make @@ -33,7 +33,7 @@ DESTDIR=$TmpDir make install # strip executables -find $InstallPrefix -name '*.exe' -o -name '*.dll' | xargs strip +# find $InstallPrefix -name '*.exe' -o -name '*.dll' | xargs strip # move DLLs (except plpgsql.dll) from lib to bin mv $LibDir/*.dll $BinDir