mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
xbps: compile with no-error
This commit is contained in:
parent
02c1e7134a
commit
f4f1a9b06d
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue