From 2c27fcfa8d1509567d39851dad8f847c70bcdfb7 Mon Sep 17 00:00:00 2001 From: Georgi Chorbadzhiyski Date: Sun, 4 Mar 2012 01:24:06 -0600 Subject: Fix build on slackware-current. --- scripts/genconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/genconfig.sh') diff --git a/scripts/genconfig.sh b/scripts/genconfig.sh index 449ee1ea..f6779548 100755 --- a/scripts/genconfig.sh +++ b/scripts/genconfig.sh @@ -14,7 +14,7 @@ probeconfig() 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 -- cgit v1.2.3