From: Michael Tremer Date: Sun, 14 Jun 2009 10:58:35 +0000 (+0200) Subject: Fixed compiling of kernel scripts. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c8d31683d26f072e7f8f4ec1f4969247a2ce629;p=ipfire-3.x.git Fixed compiling of kernel scripts. --- diff --git a/lfs/linux b/lfs/linux index 0db45694e..7656635a5 100644 --- a/lfs/linux +++ b/lfs/linux @@ -123,6 +123,8 @@ $(OBJECT): $(objects) rm -f $(DIR_APP)/localversion-grsec cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-disable-compat_vdso-1.patch + + cd $(DIR_APP) && sed -e "s/^HOSTCFLAGS.*=.*/& -fPIC/g" -i Makefile ifeq "$(STAGE)" "toolchain" install -dv $(TOOLS_DIR)/include