# HG changeset patch # User Georgi Chorbadzhiyski # Date 1330845846 21600 # Node ID c6b3bd689d0acb9902042cc58272654da5b394a4 # Parent e0eed40f4ab1e2f6647ea9a3e852155a1bc1830f Fix build on slackware-current. diff -r e0eed40f4ab1 -r c6b3bd689d0a scripts/genconfig.sh --- a/scripts/genconfig.sh Sun Mar 04 00:50:44 2012 -0600 +++ b/scripts/genconfig.sh Sun Mar 04 01:24:06 2012 -0600 @@ -14,7 +14,7 @@ echo -e "# container support\nconfig TOYBOX_CONTAINER\n\tbool" || return 1 ${CROSS_COMPILE}${CC} -c -xc -o /dev/null - 2>/dev/null << EOF - #include + #include int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET; EOF [ $? -eq 0 ] && DEFAULT=y || DEFAULT=n