From: Michael Tremer Date: Thu, 16 Jul 2009 17:38:41 +0000 (+0200) Subject: Fixed compilation of linux. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b252fea1346b1cb87d0691b5d472789d78bb0d1;p=ipfire-3.x.git Fixed compilation of linux. --- diff --git a/lfs/linux b/lfs/linux index 49da71789..9c744974a 100644 --- a/lfs/linux +++ b/lfs/linux @@ -172,7 +172,7 @@ ifeq "$(STAGE)" "ipfire" cd $(DIR_APP) && cp -vf $(DIR_CONFIG)/kernel/$(SNAME)_logo.ppm \ drivers/video/logo/logo_linux_clut224.ppm - cd $(DIR_APP) && make $(PARALLELISMFLAGS) + cd $(DIR_APP) && make CC="gcc -nopie" $(PARALLELISMFLAGS) cd $(DIR_APP) && make modules_install cd $(DIR_APP) && cp -v arch/x86/boot/bzImage /boot/$(SNAME)kernel-$(FULLVER)