From 071b9cc1bd33138d7371da6f1aecf1bf8756706070fcd00dd7b271e052b681cf Mon Sep 17 00:00:00 2001 From: Michael Calmer Date: Fri, 21 Jun 2013 12:43:11 +0000 Subject: [PATCH] Accepting request 180374 from home:elvigia:branches:network - remove fstack-protector-all from CFLAGS, just use the lighter/fast version already present in %optflags - Use LFS_CFLAGS to build in 32 bit archs. - remove fstack-protector-all from CFLAGS, just use the lighter/fast version already present in %optflags - Use LFS_CFLAGS to build in 32 bit archs. OBS-URL: https://build.opensuse.org/request/show/180374 OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=107 --- krb5-mini.changes | 8 ++++++++ krb5-mini.spec | 2 +- krb5.changes | 8 ++++++++ krb5.spec | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/krb5-mini.changes b/krb5-mini.changes index 24ed46f..adbeebe 100644 --- a/krb5-mini.changes +++ b/krb5-mini.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jun 21 02:12:03 UTC 2013 - crrodriguez@opensuse.org + +- remove fstack-protector-all from CFLAGS, just use the + lighter/fast version already present in %optflags + +- Use LFS_CFLAGS to build in 32 bit archs. + ------------------------------------------------------------------- Sun Jun 9 14:14:48 UTC 2013 - mc@suse.com diff --git a/krb5-mini.spec b/krb5-mini.spec index c23d6f4..54f3f96 100644 --- a/krb5-mini.spec +++ b/krb5-mini.spec @@ -196,7 +196,7 @@ cd src DEFCCNAME=DIR:/run/user/%%{uid}/krb5cc; export DEFCCNAME ./configure \ CC="%{__cc}" \ - CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/et -fno-strict-aliasing -D_GNU_SOURCE -fPIC -fstack-protector-all " \ + CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/et -fno-strict-aliasing -D_GNU_SOURCE -fPIC $(getconf LFS_CFLAGS)" \ CPPFLAGS="-I%{_includedir}/et " \ SS_LIB="-lss" \ --prefix=/usr/lib/mit \ diff --git a/krb5.changes b/krb5.changes index 24ed46f..adbeebe 100644 --- a/krb5.changes +++ b/krb5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jun 21 02:12:03 UTC 2013 - crrodriguez@opensuse.org + +- remove fstack-protector-all from CFLAGS, just use the + lighter/fast version already present in %optflags + +- Use LFS_CFLAGS to build in 32 bit archs. + ------------------------------------------------------------------- Sun Jun 9 14:14:48 UTC 2013 - mc@suse.com diff --git a/krb5.spec b/krb5.spec index 119d401..33ad24a 100644 --- a/krb5.spec +++ b/krb5.spec @@ -196,7 +196,7 @@ cd src DEFCCNAME=DIR:/run/user/%%{uid}/krb5cc; export DEFCCNAME ./configure \ CC="%{__cc}" \ - CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/et -fno-strict-aliasing -D_GNU_SOURCE -fPIC -fstack-protector-all " \ + CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/et -fno-strict-aliasing -D_GNU_SOURCE -fPIC $(getconf LFS_CFLAGS)" \ CPPFLAGS="-I%{_includedir}/et " \ SS_LIB="-lss" \ --prefix=/usr/lib/mit \