Browse Source

John Kelly:


			
			
				rocklinux
			
			
		
John Kelly 21 years ago
parent
commit
27d809d3d3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/glibc/glibc.conf

+ 1
- 1
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 \

Loading…
Cancel
Save