glib-2.0: Remove libiconv option as this breaks for everyone except chris

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@322 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-03-22 11:44:46 +00:00
parent 1858d5d43f
commit 1a630d6ef9
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ PR = "r1"
LEAD_SONAME = "libglib-2.0.*"
FILES_glib-2.0-utils = "${bindir}/*"
EXTRA_OECONF = "--disable-debug --with-libiconv=gnu"
EXTRA_OECONF = "--disable-debug"
# --with-libiconv=gnu"
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/glib-${PV}.tar.bz2 \
file://glibconfig-sysdefs.h"