]> git.pld-linux.org Git - packages/efilinux.git/commitdiff
- updated to 1.1 master auto/th/efilinux-1.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Feb 2014 11:06:31 +0000 (12:06 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Feb 2014 11:06:31 +0000 (12:06 +0100)
- disable SSP for build

efilinux.spec

index b5da720a0b43ad8ae2a0def6db0802b56e5a4619..56507bed84afc04834d961ede506ebdc0ba9638b 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       UEFI bootloader
 Summary(pl.UTF-8):     Bootloader UEFI
 Name:          efilinux
-Version:       1.0
+Version:       1.1
 Release:       1
 License:       BSD
 Group:         Applications/System
-Source0:       http://www.kernel.org/pub/linux/utils/boot/efilinux/%{name}-%{version}.tar.xz
-# Source0-md5: 090e45f839cd23b97d05d82daa54508a
+Source0:       https://www.kernel.org/pub/linux/utils/boot/efilinux/%{name}-%{version}.tar.xz
+# Source0-md5: 2d3c46111cd661e65c912a7450cf40e3
 BuildRequires: gnu-efi
 BuildRequires: sed >= 4.0
 BuildRequires: tar >= 1:1.22
@@ -14,6 +14,10 @@ BuildRequires:       xz
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# not supported by gnu-efi toolchain
+%define                _fortify_cflags %{nil}
+%define                _ssp_cflags     %{nil}
+
 %description
 efilinux is a UEFI OS loader. It was created as a reference
 implementation with the aim of being well documented and containing
@@ -27,10 +31,10 @@ dobrze napisany kod źródłowy.
 %prep
 %setup -q
 
-sed -i -e 's/^CFLAGS=/CFLAGS=$(OPTFLAGS) /' Makefile
+%{__sed} -i -e 's/^CFLAGS=/CFLAGS=$(OPTFLAGS) /' Makefile
 # entry.c:457:6: error: 'cmdline' may be used uninitialized in this function [-Werror=uninitialized]
 # entry.c:457:6: error: 'name' may be used uninitialized in this function [-Werror=uninitialized]
-sed -i -e 's/-Werror//' Makefile
+%{__sed} -i -e 's/-Werror//' Makefile
 
 %build
 %{__make} \
This page took 0.085291 seconds and 4 git commands to generate.