* Added a package for expat.
* Don't use GDBM in Subversion. svn path=/nixpkgs/trunk/; revision=205
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user