]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - lfs/grub
Merge branch 'ssp'
[people/amarx/ipfire-3.x.git] / lfs / grub
index a77a9e998078b14c9f921b1a2811d1431392200f..9b9b70a3c92f20bb161b50aaa4f7d3e5f85701fc 100644 (file)
--- a/lfs/grub
+++ b/lfs/grub
@@ -78,7 +78,9 @@ $(TARGET) :
        
        cd $(DIR_APP) && autoconf
        
-       cd $(DIR_APP) && ./configure --prefix=/usr
+       cd $(DIR_APP) && \
+               CC="gcc -fno-stack-protector -fno-pic -fno-pie -nopie" \
+               ./configure --prefix=/usr
 
        cd $(DIR_APP) && make -j $(PRALLELISM)
        cd $(DIR_APP) && make install