diff options
Diffstat (limited to 'repo/system/libndp.xibuild')
-rw-r--r-- | repo/system/libndp.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libndp.xibuild b/repo/system/libndp.xibuild index 6844ca5..8e061ef 100644 --- a/repo/system/libndp.xibuild +++ b/repo/system/libndp.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make flex" -DEPS="glibc" +DEPS="musl" PKG_VER=1.8 SOURCE=http://libndp.org/files/libndp-$PKG_VER.tar.gz |