From 853c20eb5b36ad062adabf5f242f9dfe81718aa9 Mon Sep 17 00:00:00 2001 From: espie Date: Wed, 17 May 2000 01:02:23 +0000 Subject: [PATCH] Fix static FLAVOR. Bad brad, test your stuff !!! --- shells/bash2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 62cfa213bff..1d24b6d88bb 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2000/03/31 16:30:25 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2000/05/17 01:02:23 espie Exp $ DISTNAME= bash-2.04 CATEGORIES= shells @@ -20,7 +20,7 @@ HAS_CONFIGURE= Yes CONFIGURE_ARGS=--prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc' # Work-around for curses bug, which makes trace visible... -CFLAGS+=-Dtrace=bash_trace +#CFLAGS+=-Dtrace=bash_trace FLAVORS=static .if defined(STATIC) && ${STATIC:U} == YES @@ -29,7 +29,7 @@ FLAVOR=static FLAVOR?= .if ${FLAVOR:L} == "static" -CONFIGURE_ENV+= LDFLAGS=-static +CONFIGURE_ARGS+= --enable-static-link .endif post-install: