gettext: explicitly disable libunistring dependency

According to its documentation, gettext needs either libunistring or it
will use its own internal version (a subset of libunistring). Just add
the configure option '--with-included-libunistring' to force the latter.
This commit is contained in:
Alessio Sergi 2016-07-14 01:17:49 +02:00
parent bf3e716b9f
commit a41876ed79

View file

@ -1,15 +1,15 @@
# Template file for 'gettext' # Template file for 'gettext'
pkgname=gettext pkgname=gettext
version=0.19.8.1 version=0.19.8.1
revision=1 revision=2
bootstrap=yes bootstrap=yes
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-java --disable-native-java --disable-csharp configure_args="--disable-java --disable-native-java --disable-csharp
--disable-libasprintf --enable-threads=posix --disable-rpath --without-emacs --disable-libasprintf --enable-threads=posix --disable-rpath --without-emacs
--disable-openmp --with-included-libxml --with-included-libcroco
--disable-acl --with-included-glib --with-included-libcroco --without-git --disable-acl --with-included-glib --with-included-libcroco --without-git
--with-included-libxml --disable-openmp --disable-curses --with-included-libxml --with-included-libunistring --disable-openmp
--without-examples --enable-nls gl_cv_func_gettimeofday_clobber=no" --disable-curses --without-examples --enable-nls
gl_cv_func_gettimeofday_clobber=no"
short_desc="Internationalized Message Handling Library and tools" short_desc="Internationalized Message Handling Library and tools"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnu.org/software/gettext/" homepage="http://www.gnu.org/software/gettext/"