X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=packages%2Fbase%2Flinux-libc-headers%2Flinux-libc-headers;h=e3788dd5dd95579ed3209ad53b48079c3b1ee79d;hp=d7d812a4c5681fc8915bc63d6b382d210fe29ace;hb=8dd2356c22327a15f0e16abbc887c4f72fc62985;hpb=6ae193981fcc05dcc495b4bde92cb8fd290ee4dd diff --git a/packages/base/linux-libc-headers/linux-libc-headers b/packages/base/linux-libc-headers/linux-libc-headers index d7d812a..e3788dd 100644 --- a/packages/base/linux-libc-headers/linux-libc-headers +++ b/packages/base/linux-libc-headers/linux-libc-headers @@ -2,13 +2,18 @@ # # author: hackbard@hackdaworld.dyndns.org # -# [V] 2.6.7.0 +# [V] 2.6.12.0 # [S] 2-2 -# [D] linux-libc-headers-2.6.7.0.tar.bz2 http://ep09.pld-linux.org/~mmazur/linux-libc-headers/ +# [D] linux-libc-headers-2.6.12.0.tar.bz2 http://ep09.pld-linux.org/~mmazur/linux-libc-headers/ + +skip=1 +s_reason="using linux kernel headers again (instead of linux-libc-headers)." arch=${hdw_arch//ia32/i386} build_main() { + rm -rf $prefix/include/asm + rm -rf $prefix/include/linux cp -R include/asm-${arch} $prefix/include/asm cp -R include/linux $prefix/include chown -R root.root $prefix/include/{asm,linux}