mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
lua54-luaposix: rebuild for libxcrypt
This commit is contained in:
parent
7b73aac712
commit
8caab0684a
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lua54-luaposix'
|
||||
pkgname=lua54-luaposix
|
||||
version=35.0
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="lua51-devel lua52-devel lua53-devel lua54-devel"
|
||||
makedepends="lua51-devel lua52-devel lua53-devel lua54-devel"
|
||||
depends="lua54 lua54-stdlib-normalize"
|
||||
|
@ -14,6 +14,10 @@ distfiles="https://github.com/luaposix/luaposix/archive/refs/tags/v${version}.ta
|
|||
checksum=a4edf2f715feff65acb009e8d1689e57ec665eb79bc36a6649fae55eafd56809
|
||||
lib32disabled=yes
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
cd "${wrksrc}"
|
||||
mkdir -p lua5.1
|
||||
|
|
Loading…
Add table
Reference in a new issue