diff options
Diffstat (limited to 'repo/system/musl-fts.xibuild')
-rw-r--r-- | repo/system/musl-fts.xibuild | 4 |
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" |