systemtap: fix distfiles, build with -Wno-error

This commit is contained in:
Đoàn Trần Công Danh 2022-12-03 15:32:02 +07:00
parent 4dbea870b9
commit e24c8b4597

View File

@ -11,9 +11,11 @@ short_desc="Infrastructure to simplify the gathering of information"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://sourceware.org/systemtap/"
distfiles="https://sourceware.org/systemtap/ftp/releases/systemtap-${version}.tar.gz"
distfiles="https://sourceware.org/pub/systemtap/releases/systemtap-${version}.tar.gz"
checksum=75078ed37e0dd2a769c9d1f9394170b2d9f4d7daa425f43ca80c13bad6cfc925
python_version=3
CFLAGS=-Wno-error
CXXFLAGS=-Wno-error
systemtap-devel_package() {
depends="systemtap-${version}_${revision}"