From 27f3de0c7bb591c67f2b26e15255d6533eb39972 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Thu, 27 Jul 2023 00:56:15 +0100 Subject: [PATCH] Do it right this time round --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8f0e738..03ad947 100755 --- a/debian/rules +++ b/debian/rules @@ -2,11 +2,15 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all export NON_INTERACTIVE=1 -export DEB_CONFIGURE_EXTRA_FLAGS=--without-flexnet --without-tcpip --without-rose --without-autorouter --without-mheard %: dh $@ +# Remove things we aren't using in oarc. mheard is a bug awaiting a fix. + +override_dh_auto_configure: + dh_auto_configure -- --without-flexnet --without-tcpip --without-rose --without-autorouter --without-mheard + # Collapse upstream changes file into single file override_dh_auto_build: