Browse Source

Alejandro Mery:

hotfixed glibc: kernel sources at /usr/include instead of /usr/include/linux


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2375 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Alejandro Mery 21 years ago
parent
commit
82b040d0f6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/glibc23/glibc23.conf

+ 1
- 1
package/base/glibc23/glibc23.conf

@ -35,7 +35,7 @@ glibc_custmain() {
# code so we can use this glibc to debug other programs.
CFLAGS="$CFLAGS -g -DNDEBUG=1" ../configure --prefix=$root/usr \
--with-gnu-binutils --enable-add-ons $G_PROFILE \
--with-headers=$root/usr/include/linux --with-gd=/usr \
--with-headers=$root/usr/include --with-gd=/usr \
--with-gd-lib=/usr/lib --with-gd-include=/usr/include \
--build=${arch_build} --host=${arch_target}

Loading…
Cancel
Save