summaryrefslogtreecommitdiff
path: root/repo/system/musl-fts.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-01 21:25:54 +0000
committerdavidovski <david@davidovski.xyz>2022-03-01 21:25:54 +0000
commite8213fac46bfcb8068a883cb88b2bb1587f190f9 (patch)
tree8ec5946d18961404efb12700267e10cffffa6db7 /repo/system/musl-fts.xibuild
parent79c82d8fc0a4f6618429a0373bb832afd105543e (diff)
made packages work with musl
Diffstat (limited to 'repo/system/musl-fts.xibuild')
-rw-r--r--repo/system/musl-fts.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/musl-fts.xibuild b/repo/system/musl-fts.xibuild
index daf4841..508f84c 100644
--- a/repo/system/musl-fts.xibuild
+++ b/repo/system/musl-fts.xibuild
@@ -1,10 +1,10 @@
#!/bin/sh
-MAKEDEPS=""
+MAKEDEPS="libtool"
DEPS="musl"
PKG_VER=1.2.7
-SOURCE=https://github.com/pullmoll/musl-fts/archive/v$PKG_DEST.tar.gz
+SOURCE=https://github.com/pullmoll/musl-fts/archive/v$PKG_VER.tar.gz
DESC="Libraries implementing the set of fts functions missing in musl libc"