diff options
Diffstat (limited to 'repo/libxcrypt')
-rw-r--r-- | repo/libxcrypt/libxcrypt.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/libxcrypt/libxcrypt.xibuild b/repo/libxcrypt/libxcrypt.xibuild index ec931e1..8273922 100644 --- a/repo/libxcrypt/libxcrypt.xibuild +++ b/repo/libxcrypt/libxcrypt.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make" -DEPS="musl perl" +DEPS="musl perl readline" PKG_VER=4.4.26 SOURCE=https://github.com/besser82/libxcrypt/releases/download/v$PKG_VER/libxcrypt-$PKG_VER.tar.xz |