summaryrefslogtreecommitdiff
path: root/packages/misc
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-04 21:30:09 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-04 21:30:09 +0200
commit46c6456fd59df27d14731d405287ba3c4d5512eb (patch)
tree217a0d1c8aac78b47b0b0e9e3592b74013fcad5e /packages/misc
parentf182170efcbc8907466384232d802bcaf0801a4a (diff)
downloadembtoolkit-46c6456fd59df27d14731d405287ba3c4d5512eb.tar.gz
embtoolkit-46c6456fd59df27d14731d405287ba3c4d5512eb.tar.bz2
embtoolkit-46c6456fd59df27d14731d405287ba3c4d5512eb.tar.xz
Packages: gettext: disable openmp
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'packages/misc')
-rw-r--r--packages/misc/gettext/gettext.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/misc/gettext/gettext.mk b/packages/misc/gettext/gettext.mk
index f9ea652..60a6e04 100644
--- a/packages/misc/gettext/gettext.mk
+++ b/packages/misc/gettext/gettext.mk
@@ -77,7 +77,7 @@ $(GETTEXT_BUILD_DIR)/.configured:
--target=$(STRICT_GNU_TARGET) --libdir=/usr/$(LIBDIR) \
--prefix=/usr --enable-relocatable --with-included-gettext \
--disable-rpath --disable-openmp --disable-java \
- --with-libxml2-prefix=$(SYSROOT)/usr
+ --with-libxml2-prefix=$(SYSROOT)/usr --disable-openmp
@touch $@
gettext_clean: