From b051f52dd4b81c0ce8b1ab45126271c56049d3bd Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 20 May 2009 10:10:35 +0000 Subject: [PATCH] =?UTF-8?q?we=E2=80=99re=20getting=20closer,=20but=20even?= =?UTF-8?q?=20a=20jobless=20mksh=20behaves=20the=20same?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.sh b/Build.sh index 2b3b5c8..22e69f7 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.393 2009/05/16 18:40:03 tg Stab $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.394 2009/05/20 10:10:35 tg Exp $' #- # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Thorsten Glaser @@ -379,7 +379,7 @@ SunOS) CPPFLAGS="$CPPFLAGS -D_BSD_SOURCE -D__EXTENSIONS__" ;; syllable) - : ${HAVE_FLOCK_EX=0} + CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" warn=' and will currently not work' ;; ULTRIX)