From 9c008117bc7a9ca78da7f47a898dc9b7c244ec9415b4e431a7a6d5d48d025763 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 25 Feb 2007 22:25:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu-efi?expand=0&rev=2 --- gnu-efi.changes | 5 +++++ gnu-efi.spec | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) 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