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: