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
This commit is contained in:
parent
62c3aa1413
commit
071b9cc1bd
@ -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
|
Sun Jun 9 14:14:48 UTC 2013 - mc@suse.com
|
||||||
|
|
||||||
|
@ -196,7 +196,7 @@ cd src
|
|||||||
DEFCCNAME=DIR:/run/user/%%{uid}/krb5cc; export DEFCCNAME
|
DEFCCNAME=DIR:/run/user/%%{uid}/krb5cc; export DEFCCNAME
|
||||||
./configure \
|
./configure \
|
||||||
CC="%{__cc}" \
|
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 " \
|
CPPFLAGS="-I%{_includedir}/et " \
|
||||||
SS_LIB="-lss" \
|
SS_LIB="-lss" \
|
||||||
--prefix=/usr/lib/mit \
|
--prefix=/usr/lib/mit \
|
||||||
|
@ -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
|
Sun Jun 9 14:14:48 UTC 2013 - mc@suse.com
|
||||||
|
|
||||||
|
@ -196,7 +196,7 @@ cd src
|
|||||||
DEFCCNAME=DIR:/run/user/%%{uid}/krb5cc; export DEFCCNAME
|
DEFCCNAME=DIR:/run/user/%%{uid}/krb5cc; export DEFCCNAME
|
||||||
./configure \
|
./configure \
|
||||||
CC="%{__cc}" \
|
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 " \
|
CPPFLAGS="-I%{_includedir}/et " \
|
||||||
SS_LIB="-lss" \
|
SS_LIB="-lss" \
|
||||||
--prefix=/usr/lib/mit \
|
--prefix=/usr/lib/mit \
|
||||||
|
Loading…
Reference in New Issue
Block a user