X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flinux-libc-header;h=9c01b1c8ff5e831a57ef8ef66e9db7fc7ef0653e;hp=2f968bceb9b6c63693d739220f963f4843ffd126;hb=9b0ff0a0b64dc82a593e08256c2f3a8a76695493;hpb=15679d9f9689003c7a79fc3875307b666e67a04f diff --git a/lfs/linux-libc-header b/lfs/linux-libc-header index 2f968bceb..9c01b1c8f 100644 --- a/lfs/linux-libc-header +++ b/lfs/linux-libc-header @@ -77,7 +77,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) ifeq "$(ROOT)" "" - + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-inotify-3.patch + cd $(DIR_APP) && install -dv /usr/include/asm + cd $(DIR_APP) && cp -Rv include/asm-i386/* /usr/include/asm + cd $(DIR_APP) && cp -Rv include/linux /usr/include + cd $(DIR_APP) && chown -Rv root:root /usr/include/{asm,linux} + cd $(DIR_APP) && find /usr/include/{asm,linux} -type d -exec chmod -v 755 {} \; + cd $(DIR_APP) && find /usr/include/{asm,linux} -type f -exec chmod -v 644 {} \; else cd $(DIR_APP) && cp -Rv include/asm-i386 /tools/include/asm cd $(DIR_APP) && cp -Rv include/linux /tools/include