mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
libfilezilla: rebuild for libxcrypt
This commit is contained in:
parent
5cc3a3e8ef
commit
6fdec5950f
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
|
||||
pkgname=libfilezilla
|
||||
version=0.45.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="gettext pkg-config"
|
||||
|
@ -15,6 +15,10 @@ changelog="https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?v
|
|||
distfiles="https://download.filezilla-project.org/libfilezilla/libfilezilla-${version}.tar.xz"
|
||||
checksum=3c1454bc1586d17776f62c7505d43a06d3abd2e2e35642cca477fa22f27d982f
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
libfilezilla-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libfilezilla>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue