summaryrefslogtreecommitdiff
path: root/repo/system/libnsl
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-22 17:47:09 +0100
committerdavidovski <david@davidovski.xyz>2022-05-22 17:47:09 +0100
commit79062a39e9bcb9731adbacd0bd9bcd0b59d19d0a (patch)
treef67d3b58f0c4387e7248967c491442afcee0cd06 /repo/system/libnsl
parent2f6c333a5bcef47d9fee59f180fa827cb24290d4 (diff)
fixes to allow for full build
Diffstat (limited to 'repo/system/libnsl')
-rw-r--r--repo/system/libnsl/libnsl.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libnsl/libnsl.xibuild b/repo/system/libnsl/libnsl.xibuild
index 051272b..555edd9 100644
--- a/repo/system/libnsl/libnsl.xibuild
+++ b/repo/system/libnsl/libnsl.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make autoconf automake gettext libtirpc libtool"
-DEPS="libintl libtirpc musl"
+DEPS="intltool libtirpc musl"
PKG_VER=1.2.0
SOURCE=https://github.com/thkukuk/libnsl/archive/v$PKG_VER.tar.gz