forked from pool/gnu-efi
This commit is contained in:
parent
c709464548
commit
9c008117bc
@ -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
|
||||
|
||||
|
12
gnu-efi.spec
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user