diff --git a/gnu-efi.changes b/gnu-efi.changes index 0fc8606..1ea3532 100644 --- a/gnu-efi.changes +++ b/gnu-efi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 23 10:44:50 CET 2007 - schwab@suse.de + +- Disable stack protector. + ------------------------------------------------------------------- Fri Jun 23 17:12:49 CEST 2006 - rw@suse.de diff --git a/gnu-efi.spec b/gnu-efi.spec index c2409d3..1b440d4 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -1,7 +1,7 @@ # # spec file for package gnu-efi (Version 3.0c) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -14,10 +14,10 @@ Name: gnu-efi BuildRequires: kernel-source Summary: Library for EFI Applications Version: 3.0c -Release: 1 +Release: 34 Group: Development/Libraries/Other Autoreqprov: on -License: GPL, BSD +License: BSD License and BSD-like, GNU General Public License (GPL) Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -36,7 +36,7 @@ Authors: %setup -q %build -CFLAGS="-fpic -fshort-wchar -fno-strict-aliasing -funsigned-char" +CFLAGS="-fpic -fshort-wchar -fno-strict-aliasing -funsigned-char -fno-stack-protector" make LINUX_HEADERS=/usr/src/linux CFLAGS="$RPM_OPT_FLAGS $CFLAGS" %install @@ -63,7 +63,9 @@ rm -fr $RPM_BUILD_ROOT %{_prefix}/%{_lib}/%{name} %endif -%changelog -n gnu-efi +%changelog +* Fri Feb 23 2007 - schwab@suse.de +- Disable stack protector. * Fri Jun 23 2006 - rw@suse.de - Update to gnu-efi 3.0c to fix building on IA-32. * Wed Jan 25 2006 - mls@suse.de