From 72cacf3a8f8deb592d476735f4084f35362007a0 Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 27 Sep 1998 11:34:28 +0000 Subject: Honour CFLAGS. --- security/krb5-16/Makefile | 4 ++-- security/krb5-17/Makefile | 4 ++-- security/krb5-appl/Makefile | 4 ++-- security/krb5/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'security') diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index 32a3680eefe2..b35ac831039d 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -3,7 +3,7 @@ # Date created: 6/5/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.4 1998/08/01 19:47:54 dima Exp $ +# $Id: Makefile,v 1.5 1998/09/14 19:23:42 markm Exp $ # DISTNAME= krb5-1.0.5 @@ -39,7 +39,7 @@ AWK_SCRIPT= '' USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --enable-shared +CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" KRB5_KRB4_COMPAT?= YES .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 32a3680eefe2..b35ac831039d 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -3,7 +3,7 @@ # Date created: 6/5/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.4 1998/08/01 19:47:54 dima Exp $ +# $Id: Makefile,v 1.5 1998/09/14 19:23:42 markm Exp $ # DISTNAME= krb5-1.0.5 @@ -39,7 +39,7 @@ AWK_SCRIPT= '' USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --enable-shared +CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" KRB5_KRB4_COMPAT?= YES .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 32a3680eefe2..b35ac831039d 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -3,7 +3,7 @@ # Date created: 6/5/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.4 1998/08/01 19:47:54 dima Exp $ +# $Id: Makefile,v 1.5 1998/09/14 19:23:42 markm Exp $ # DISTNAME= krb5-1.0.5 @@ -39,7 +39,7 @@ AWK_SCRIPT= '' USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --enable-shared +CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" KRB5_KRB4_COMPAT?= YES .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 32a3680eefe2..b35ac831039d 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -3,7 +3,7 @@ # Date created: 6/5/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.4 1998/08/01 19:47:54 dima Exp $ +# $Id: Makefile,v 1.5 1998/09/14 19:23:42 markm Exp $ # DISTNAME= krb5-1.0.5 @@ -39,7 +39,7 @@ AWK_SCRIPT= '' USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --enable-shared +CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" KRB5_KRB4_COMPAT?= YES .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" -- cgit