]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
grub: Fix build with -fstack-protector-strong
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Dec 2014 13:18:27 +0000 (14:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Dec 2014 13:18:27 +0000 (14:18 +0100)
grub/grub.nm

index b109a2ad191617712efbb4a33af2283a769a8a7b..cd3974347ceb303eba38eaf0a0bd21adea54b848 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = grub
 version    = 2.00
-release    = 5
+release    = 5.1
 sup_arches = x86_64 i686
 
 groups     = System/Boot
@@ -60,6 +60,7 @@ build
                --disable-werror \
                CFLAGS="$(echo %{CFLAGS} | sed \
                        -e 's/-Wp,-D_FORTIFY_SOURCE=2//g' \
+                       -e 's/-fstack-protector-strong//g' \
                        -e 's/-fstack-protector-all//g' \
                        -e 's/-fstack-protector//g' \
                        -e 's/-fPIC//g' \