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:
parent
ea14857844
commit
2f8fce6dd6
@ -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
|
Mon Apr 15 13:44:06 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -240,7 +240,9 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib"
|
|||||||
--enable-local-smux \
|
--enable-local-smux \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
--enable-ucd-snmp-compatibility
|
--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
|
%check
|
||||||
%if 0%{?netsnmp_check}
|
%if 0%{?netsnmp_check}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user