From 27d809d3d3aad064448b0d6bc8655671a5aa45ad Mon Sep 17 00:00:00 2001 From: John Kelly <> Date: Mon, 13 Dec 2004 16:18:56 +0000 Subject: [PATCH] John Kelly: Fixed glibc22 build (--with-headers=...) [2004120608372425605] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5093 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/glibc/glibc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base/glibc/glibc.conf b/package/base/glibc/glibc.conf index fba3c2df9..dea8693f7 100644 --- a/package/base/glibc/glibc.conf +++ b/package/base/glibc/glibc.conf @@ -61,7 +61,7 @@ glibc_custmain() { # code so we can use this glibc to debug other programs. CFLAGS="$CFLAGS -g -DNDEBUG=1" ./configure --with-gnu-binutils \ --enable-add-ons --enable-profile \ - --with-headers=$root/usr/include/linux \ + --with-headers=$root/usr/include \ --with-gd=/usr \ --with-gd-lib=/usr/lib \ --with-gd-include=/usr/include \