summaryrefslogtreecommitdiff
path: root/system/gettext-tiny
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-26 05:35:37 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-26 05:35:37 -0500
commit5d228c9a59ad5ebce52ba5079f8f0b07e9c15cf1 (patch)
treea3970d8b5b8d35148794005d0aa999d4fec77ec4 /system/gettext-tiny
parent355a57e9084258ad4d666364fb36e98f59a79c77 (diff)
downloadpackages-5d228c9a59ad5ebce52ba5079f8f0b07e9c15cf1.tar.gz
packages-5d228c9a59ad5ebce52ba5079f8f0b07e9c15cf1.tar.bz2
packages-5d228c9a59ad5ebce52ba5079f8f0b07e9c15cf1.tar.xz
packages-5d228c9a59ad5ebce52ba5079f8f0b07e9c15cf1.zip
system/gettext-tiny: ensure the proper libintl is installed
Diffstat (limited to 'system/gettext-tiny')
-rw-r--r--system/gettext-tiny/APKBUILD4
1 files 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 <awilfox@adelielinux.org>
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