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:
parent
bf3e716b9f
commit
a41876ed79
1 changed files with 4 additions and 4 deletions
|
@ -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/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue