mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-10-31 18:17:52 +00:00
Use patches for parallel build from net-snmp upstream and enable parallel build in debian/rules for version 5.9
19 lines
431 B
Diff
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
|
|
|