* Added a package for expat.

* Don't use GDBM in Subversion.

svn path=/nixpkgs/trunk/; revision=205
This commit is contained in:
Eelco Dolstra
2003-07-25 19:03:24 +00:00
parent 7ec0df788f
commit 2c2cae89e6
3 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ echo "extra flags: $extraflags"
tar xvfz $src || exit 1
cd subversion-* || exit 1
LDFLAGS=-Wl,-S ./configure --prefix=$out $extraflags || exit 1
LDFLAGS=-Wl,-S ./configure --prefix=$out $extraflags --without-gdbm || exit 1
make $extramakeflags || exit 1
make install $extramakeflags || exit 1