From 4d834fcd8f37c62a9674d9d2ed98bce291c30173 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Thu, 21 Nov 2024 20:06:14 +0100 Subject: Define -Wno-error=address for pointer operand to fix build with recent GCC --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b37d726..733d6e8 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all # main packaging script based on dh7 syntax %: - dh $@ --with autotools-dev + dh $@ --with autoreconf # this library installs into /lib, not /usr/lib; I don't see any other # way to do this, although there must be a way... -- cgit v1.2.3