Accepting request 176144 from net-snmp:factory

- Disable parallelism during build. The dependencies between the
  Perl module and libnetsnmp are not defined correctly and might
  result in broken linkage (bnc#819497, bnc#818907) (forwarded request 176143 from leonardocf)

OBS-URL: https://build.opensuse.org/request/show/176144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=64
This commit is contained in:
Stephan Kulow 2013-05-27 07:54:35 +00:00 committed by Git OBS Bridge
parent ea14857844
commit 2f8fce6dd6
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 20 11:22:24 UTC 2013 - lchiquitto@suse.com
- Disable parallelism during build. The dependencies between the
Perl module and libnetsnmp are not defined correctly and might
result in broken linkage (bnc#819497, bnc#818907)
-------------------------------------------------------------------
Mon Apr 15 13:44:06 UTC 2013 - idonmez@suse.com

View File

@ -240,7 +240,9 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib"
--enable-local-smux \
--enable-ipv6 \
--enable-ucd-snmp-compatibility
make %{?_smp_mflags}
# Parallel building is disabled because dependencies between the Perl
# module and libnetsnmp are not correctly defined.
make #%{?_smp_mflags}
%check
%if 0%{?netsnmp_check}