mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
bitchx: rebuild for libxcrypt
This commit is contained in:
parent
1d792e94d0
commit
c23aa40ec0
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bitchx'
|
||||
pkgname=bitchx
|
||||
version=1.2.1
|
||||
revision=18
|
||||
revision=19
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ssl --with-ipv6 --with-plugins"
|
||||
makedepends="openssl-devel ncurses-devel"
|
||||
|
@ -12,6 +12,10 @@ homepage="http://bitchx.sourceforge.net/"
|
|||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=2d270500dd42b5e2b191980d584f6587ca8a0dbda26b35ce7fadb519f53c83e2
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
disable_parallel_build=yes
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
|
Loading…
Add table
Reference in a new issue