diff options
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules index 706cf3bfb..56e9db248 100755 --- a/debian/rules +++ b/debian/rules @@ -14,15 +14,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed MULTIARCH_INSTALL = debian/netdata.postinst %: - # For jessie and beyond - # - dh $@ --with autoreconf - - # For wheezy or other non-systemd distributions use the following. You - # should also see contrib/README.md which gives details of updates to - # make to debian/control. - # - #dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) --with-math |