diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-09-27 11:34:28 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-09-27 11:34:28 +0000 |
commit | e8b053097dd240a023dfdff2e161dcd16158e84d (patch) | |
tree | 72614b32e8a8b5c5bad8107b51241905740fe71c /security | |
parent | ELFization patch. (diff) |
Honour CFLAGS.
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-16/Makefile | 4 | ||||
-rw-r--r-- | security/krb5-17/Makefile | 4 | ||||
-rw-r--r-- | security/krb5-appl/Makefile | 4 | ||||
-rw-r--r-- | security/krb5/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
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" |