]> git.pld-linux.org Git - packages/grub.git/commitdiff
- disable any and all our optimizations (causes hangs on boot) auto/th/grub-0.97-18
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 29 Jan 2014 17:41:43 +0000 (18:41 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 29 Jan 2014 17:41:43 +0000 (18:41 +0100)
- rel 18

grub.spec

index b2e068031e096b56c10ddfba9e570dd4fa732263..dc084d3285b4c2004e3b7710c17098036068586a 100644 (file)
--- a/grub.spec
+++ b/grub.spec
@@ -14,7 +14,7 @@ Summary(pl.UTF-8):    GRUB - bootloader dla x86
 Summary(pt_BR.UTF-8):  Gerenciador de inicialização GRUB
 Name:          grub
 Version:       0.97
-Release:       17
+Release:       18
 License:       GPL
 Group:         Base
 Source0:       ftp://alpha.gnu.org/gnu/grub/%{name}-%{version}.tar.gz
@@ -62,8 +62,11 @@ Obsoletes:   fedora-logos
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# Leave tootal control over cflags to grub
+# messing with it causes severe breakega, like hangs on boot
+%define                _fortify_cflags %{nil}
 %define                _ssp_cflags     %{nil}
-%define                filterout       -fPIC
+%define                rpmcflags       %{nil}
 
 %define                _sbindir        /sbin
 %define                _libdir         /boot
This page took 0.087576 seconds and 4 git commands to generate.