]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib-2.0: Remove libiconv option as this breaks for everyone except chris
authorRichard Purdie <richard@openedhand.com>
Wed, 22 Mar 2006 11:44:46 +0000 (11:44 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 22 Mar 2006 11:44:46 +0000 (11:44 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@322 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/glib-2.0/glib-2.0_2.8.1.bb

index 76a467250eff050d6b39ca25d7042187a8374551..e0f171ea4a523bfafa040c75c1986d2c576c4b68 100644 (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"