diff options
Diffstat (limited to 'repo/system/libp11-kit.xibuild')
-rw-r--r-- | repo/system/libp11-kit.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libp11-kit.xibuild b/repo/system/libp11-kit.xibuild index 6c6309a..ad12ec7 100644 --- a/repo/system/libp11-kit.xibuild +++ b/repo/system/libp11-kit.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="glibc libtasn1 libffi" +DEPS="musl libtasn1 libffi" PKG_VER=0.24.1 SOURCE=https://github.com/p11-glue/p11-kit/releases/download/$PKG_VER/p11-kit-$PKG_VER.tar.xz |