From e24c8b45973ca94839dcfcea5c138beae03d6df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 3 Dec 2022 15:32:02 +0700 Subject: [PATCH] systemtap: fix distfiles, build with -Wno-error --- srcpkgs/systemtap/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}"