diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 13:29:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 13:29:58 +0000 |
commit | 292cecf34d404558dcbd6dbfa0c317965d40ada9 (patch) | |
tree | 0868d4c46e0346ec6462cc38b2663c3c5a3b08b3 | |
parent | Building with golang 1.18 or newer to fix FTBFS. (diff) | |
download | icingadb-292cecf34d404558dcbd6dbfa0c317965d40ada9.tar.xz icingadb-292cecf34d404558dcbd6dbfa0c317965d40ada9.zip |
Disabling dwz to fix FTBFS.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 4208018..4378419 100755 --- a/debian/rules +++ b/debian/rules @@ -43,3 +43,6 @@ override_dh_installsystemd: override_dh_compress: dh_compress -X.md + +override_dh_dwz: + # disabled |