diff options
Diffstat (limited to 'repo/system/sed.xibuild')
-rw-r--r-- | repo/system/sed.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/sed.xibuild b/repo/system/sed.xibuild index 349f345..1ddd84c 100644 --- a/repo/system/sed.xibuild +++ b/repo/system/sed.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="glibc acl attr" +DEPS="musl acl attr" PKG_VER=4.8 SOURCE=https://ftp.gnu.org/gnu/sed/sed-$PKG_VER.tar.xz |