* Work around an ncurses impurity.

svn path=/nixpkgs/trunk/; revision=7523
This commit is contained in:
Eelco Dolstra 2007-01-01 11:45:48 +00:00
parent e81c87c122
commit e9c1e32a0f

View file

@ -3,20 +3,11 @@ source $stdenv/setup
configurePhase=configurePhase
configurePhase() {
#hashname=$(basename $out)
#if echo "$hashname" | grep -q '^[a-z0-9]\{32\}-'; then
# hashname=$(echo "$hashname" | cut -c -32)
#fi
#extraname=$(grep ^EXTRAVERSION Makefile)
#perl -p -i -e "s/^EXTRAVERSION.*/$extraname-$hashname/" Makefile
export INSTALL_PATH=$out
export INSTALL_MOD_PATH=$out
cp $config .config
make oldconfig
make oldconfig HOST_LOADLIBES= HOST_EXTRACFLAGS=
}