- revert last change as it breaks the app completely

OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu-efi?expand=0&rev=9
This commit is contained in:
Dirk Mueller 2012-11-07 16:22:24 +00:00 committed by Git OBS Bridge
parent 2d76c7d932
commit 7e6a049a41
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 7 16:22:08 UTC 2012 - dmueller@suse.com
- revert last change as it breaks the app completely
-------------------------------------------------------------------
Wed Jul 18 15:47:22 UTC 2012 - meissner@suse.com

View File

@ -20,7 +20,7 @@ Name: gnu-efi
Version: 3.0q
Release: 0
Summary: Library for EFI Applications
License: BSD-3-Clause ; GPL-2.0+
License: BSD-3-Clause and GPL-2.0+
Group: Development/Libraries/Other
Url: http://sourceforge.net/projects/gnu-efi
Source: http://downloads.sourceforge.net/gnu-efi/gnu-efi_3.0q.orig.tar.gz
@ -46,7 +46,11 @@ Authors:
%patch0 -p1
%build
make LINUX_HEADERS=/usr/src/linux OPTFLAGS="$RPM_OPT_FLAGS"
##########################
## DO NOT ADD RPM OPT FLAGS! THIS DOES NOT BUILD AGAINST GLIBC
##
##########################
make LINUX_HEADERS=/usr/src/linux
%install
make install INSTALLROOT=%{buildroot}%{_prefix} LIBDIR=%_lib