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
1 changed files with 4 additions and 4 deletions

View File

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