xbps: compile with no-error

This commit is contained in:
Enno Boland 2018-04-30 16:35:32 +02:00
parent 02c1e7134a
commit f4f1a9b06d
No known key found for this signature in database
GPG Key ID: D09964719BDE9971

View File

@ -1,7 +1,7 @@
# Template file for 'xbps' # Template file for 'xbps'
pkgname=xbps pkgname=xbps
version=0.52 version=0.52
revision=1 revision=2
bootstrap=yes bootstrap=yes
build_style=configure build_style=configure
short_desc="The XBPS package system utilities" short_desc="The XBPS package system utilities"
@ -11,6 +11,7 @@ license="2-clause-BSD"
distfiles="https://github.com/voidlinux/xbps/archive/$version.tar.gz" distfiles="https://github.com/voidlinux/xbps/archive/$version.tar.gz"
checksum=f9a584d286c28eaf5a00f2e0ea9a8124b2200d50ecb62d26adcabe51f328b551 checksum=f9a584d286c28eaf5a00f2e0ea9a8124b2200d50ecb62d26adcabe51f328b551
CFLAGS='-Wno-error'
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="zlib-devel libressl-devel libarchive-devel" makedepends="zlib-devel libressl-devel libarchive-devel"
depends="ca-certificates xbps-triggers" depends="ca-certificates xbps-triggers"