From 5d228c9a59ad5ebce52ba5079f8f0b07e9c15cf1 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 26 Jun 2018 05:35:37 -0500 Subject: system/gettext-tiny: ensure the proper libintl is installed --- system/gettext-tiny/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/gettext-tiny/APKBUILD b/system/gettext-tiny/APKBUILD index 1b0013f28..01d49b225 100644 --- a/system/gettext-tiny/APKBUILD +++ b/system/gettext-tiny/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=gettext-tiny pkgver=0.3.0_pre1 -pkgrel=2 +pkgrel=3 pkgdesc="An internationalisation and localisation system" url="https://github.com/sabotage-linux/gettext-tiny" arch="all" @@ -26,7 +26,7 @@ build() { package() { cd "$builddir" - make DESTDIR="$pkgdir" prefix=/usr install + make LIBINTL=MUSL DESTDIR="$pkgdir" prefix=/usr install } sha512sums="3795b9923f6820ce6e2c6a27480365a4ee1cb1f8f8916256887a40c8e0f0b582ada049a528330297f8daa1bff7d5877a15169095332456c57dc3fdb49407ef98 gettext-tiny-0.3.0_pre1.tar.xz -- cgit v1.2.3-70-g09d2