* Fix a typo in the g++ wrapper.

svn path=/nixpkgs/trunk/; revision=207
This commit is contained in:
Eelco Dolstra
2003-07-26 20:38:23 +00:00
parent eeabccf147
commit a7e18d28f5
5 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ echo "extra flags: $extraflags"
tar xvfz $src || exit 1
cd subversion-* || exit 1
LDFLAGS=-Wl,-S ./configure --prefix=$out $extraflags --without-gdbm || exit 1
LDFLAGS=-Wl,-S ./configure --prefix=$out $extraflags \
--without-gdbm --disable-static || exit 1
make $extramakeflags || exit 1
make install $extramakeflags || exit 1