Files
ols-nos/src/snmpd/patch-5.9+dfsg/0013-enable-parallel-build-for-net-snmp.patch
Konstantin Vasin 0299ab8dee [build]: enable parallel build for snmpd 5.9 (#16671)
Use patches for parallel build from net-snmp upstream and enable parallel build in debian/rules for version 5.9
2023-09-30 01:45:58 -07:00

19 lines
431 B
Diff

diff --git a/debian/rules b/debian/rules
index b23b335..d37413c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,10 +31,6 @@ endif
%:
dh $@
-# The net-snmp Makefiles cannot handle parallel builds
-override_dh_auto_build:
- dh_auto_build --no-parallel
-
override_dh_auto_configure:
dh_auto_configure -- --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
--with-persistent-directory=/var/lib/snmp \
--
2.34.1