diff --git a/srcpkgs/systemtap/template b/srcpkgs/systemtap/template index f56c25769e8..8441d545c43 100644 --- a/srcpkgs/systemtap/template +++ b/srcpkgs/systemtap/template @@ -11,9 +11,11 @@ short_desc="Infrastructure to simplify the gathering of information" maintainer="Orphaned " 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}"