]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Fix gettext build
authorMarcus Comstedt <redacted>
Thu, 15 Aug 2013 14:41:58 +0000 (16:41 +0200)
committerMarcus Comstedt <redacted>
Thu, 15 Aug 2013 21:15:04 +0000 (23:15 +0200)
cross-compile/android/sigrok-cross-android

index 9c67c616c2295fdd20abf37a33a0f7b5a6029044..0dc8aa0e789cdd8fea2cdd2d9c3140a998264f32 100755 (executable)
@@ -86,15 +86,15 @@ test -d $PREFIX/include || mkdir $PREFIX/include
 cp include/iconv.h.inst $PREFIX/include/iconv.h
 cd ..
 
-## # TODO: Needs libiconv
-## # gettext (needed for glib)
-## wget http://ftp.gnu.org/pub/gnu/gettext/gettext-$VER_GETTEXT.tar.gz
-## tar xfz gettext-$VER_GETTEXT.tar.gz
-## cd gettext-$VER_GETTEXT
-## ./configure $C
-## make
-## make install
-## cd ..
+# gettext (needed for glib)
+wget http://ftp.gnu.org/pub/gnu/gettext/gettext-$VER_GETTEXT.tar.gz
+tar xfz gettext-$VER_GETTEXT.tar.gz
+cd gettext-$VER_GETTEXT
+./configure $C --enable-shared --disable-libasprintf
+cd gettext-runtime
+make
+make install
+cd ../..
 
 # zlib (needed for glib and libzip)
 wget http://zlib.net/zlib-$VER_ZLIB.tar.gz