From 17a1905073e9c6cda44d9ce74a1ca30b9cdeee5b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 9 May 2015 10:29:40 +0200 Subject: [PATCH] gnutls, libidn, util-linux: rebuild due to libintl dropped from gettext with musl. --- srcpkgs/gnutls/template | 2 +- srcpkgs/libidn/template | 2 +- srcpkgs/util-linux/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gnutls/template b/srcpkgs/gnutls/template index edfb0207121..ebbdcd43bb3 100644 --- a/srcpkgs/gnutls/template +++ b/srcpkgs/gnutls/template @@ -1,7 +1,7 @@ # Template build file for 'gnutls'. pkgname=gnutls version=3.3.15 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-zlib --disable-guile --disable-static --disable-valgrind-tests --disable-rpath" diff --git a/srcpkgs/libidn/template b/srcpkgs/libidn/template index 420cb5faef7..f742102e604 100644 --- a/srcpkgs/libidn/template +++ b/srcpkgs/libidn/template @@ -1,7 +1,7 @@ # Template build file for 'libidn'. pkgname=libidn version=1.30 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-csharp --disable-java --disable-static --enable-threads=posix" hostmakedepends="perl pkg-config automake libtool gettext-devel" diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index 98d917d9764..b68fcc6c01c 100644 --- a/srcpkgs/util-linux/template +++ b/srcpkgs/util-linux/template @@ -1,7 +1,7 @@ # Template file for 'util-linux' pkgname=util-linux version=2.26.2 -revision=1 +revision=2 short_desc="Miscellaneous linux utilities" maintainer="Juan RP " homepage="http://userweb.kernel.org/~kzak/util-linux-ng"