diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-08 17:28:06 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-08 17:28:06 (GMT) |
commit | dd4ea7f1bd73a0ed71bbd18405db730e3d7ed803 (patch) | |
tree | 6131f453487bfaeef5838427aa154915aef50970 | |
parent | 36f4ea4547b1f446bfb74dc3144177640f9ea919 (diff) | |
download | mxe-dd4ea7f1bd73a0ed71bbd18405db730e3d7ed803.zip mxe-dd4ea7f1bd73a0ed71bbd18405db730e3d7ed803.tar.gz mxe-dd4ea7f1bd73a0ed71bbd18405db730e3d7ed803.tar.bz2 |
bugfix: don't put constraints on libiconv usage in native builds of package glib
-rw-r--r-- | src/glib.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glib.mk b/src/glib.mk index 3bf5a04..f179346 100644 --- a/src/glib.mk +++ b/src/glib.mk @@ -35,8 +35,7 @@ define $(PKG)_BUILD --disable-threads \ --disable-selinux \ --disable-fam \ - --disable-xattr \ - --without-libiconv + --disable-xattr $(SED) 's,#define G_ATOMIC.*,,' -i '$(1).native/config.h' $(MAKE) -C '$(1).native/glib' -j '$(JOBS)' $(MAKE) -C '$(1).native/gthread' -j '$(JOBS)' |