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 \