diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-18 14:17:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-18 14:17:20 +0000 |
commit | d1746ec9ad63a50e0f62d93d5bb4b958295858b4 (patch) | |
tree | dffc6bf8014e5970d1b3c2bf2329db56e8d0fdc9 /extra | |
parent | 1f9c1087f21376715f9abd9ff3f6416a90bba388 (diff) | |
download | uClibc-alpine-d1746ec9ad63a50e0f62d93d5bb4b958295858b4.tar.bz2 uClibc-alpine-d1746ec9ad63a50e0f62d93d5bb4b958295858b4.tar.xz |
default to pulling kernel headers from the system install
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index 9789ed547..ad853ee7c 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -161,7 +161,7 @@ config DO_C99_MATH config KERNEL_HEADERS string "Linux kernel header location" - default "/usr/src/linux/include" + default "/usr/include" help The kernel source you use to compile with should be the same as the Linux kernel you run your apps on. uClibc doesn't even try to achieve binary |