From: <smi...@us...> - 2003-12-28 05:19:37
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv30656/scripts Modified Files: rpm util-linux Log Message: disabled et_dyn Index: rpm =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/rpm,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- rpm 13 Oct 2003 17:36:09 -0000 1.9 +++ rpm 27 Dec 2003 22:00:47 -0000 1.10 @@ -29,6 +29,7 @@ case $1 in build ) if [ "$CONFIG_RPM" = "y" ]; then + disable_et_dyn ./configure --prefix=/usr --disable-nls --without-python --without-apidocs --without-dmalloc || exit 1 make $PMAKE all || exit 1 strip_debug Index: util-linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- util-linux 24 Dec 2003 19:43:46 -0000 1.15 +++ util-linux 27 Dec 2003 22:00:48 -0000 1.16 @@ -26,6 +26,7 @@ case $1 in build ) + disable_et_dyn bzcat $SRCDIR/util-linux-2.12.diff.bz2 | patch -p1 || exit 1 ./configure || exit 1 replace_str defines.h "#define ENABLE_NLS" "" |