From: Wei Liu Date: Wed, 21 Jan 2015 15:16:09 +0000 (+0000) Subject: Compile gettext X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d949669bf5f6adceb14b6f3aa50ea22cda80e1c2;p=people%2Fliuw%2Frump-build-script-junk.git Compile gettext --- diff --git a/script b/script index 2eed988..4078b95 100755 --- a/script +++ b/script @@ -63,6 +63,18 @@ stdmakeinstall want libffi-3.1 ftp://sourceware.org/pub/libffi/libffi-3.1.tar.gz -want gettext-0.19.4 http://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.4.tar.xz +#want gettext-0.19.4 http://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.4.tar.xz +gettar gettext-0.19.4 http://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.4.tar.xz +dirx env PKG_CONFIG=/local/scratch/Rump-kernels/rump-build-script-junk/pkg-config \ + /local/scratch/Rump-kernels/rumpuser-xen/app-tools/rumpapp-xen-configure ./configure \ + --prefix=/local/scratch/Rump-kernels/prefix --disable-shared --disable-nls \ + --disable-java --disable-native-java --disable-c++ --disable-openmp \ + --disable-acl --disable-curses --disable-libasprintf \ + gl_cv_func_posix_spawn_works=yes \ + gl_cv_func_posix_spawn_file_actions_addclose_works=yes \ + gl_cv_func_posix_spawn_file_actions_adddup2_works=yes \ + gl_cv_func_posix_spawn_file_actions_addopen_works=yes +stdmake +stdmakeinstall want glib-2.32.4 http://ftp.gnome.org/pub/gnome/sources/glib/2.32/glib-2.32.4.tar.xz