Skip to content
Snippets Groups Projects
Verified Commit 5d228c9a authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/gettext-tiny: ensure the proper libintl is installed

parent 355a57e9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment