net-snmp/net-snmp-5.4.2_vendorperl.patch
OBS User autobuild 9bb07c73bc Accepting request 29044 from home:hennevogel:TODO
Copy from home:hennevogel:TODO/net-snmp based on submit request 29044 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=23
2010-01-21 10:28:30 +00:00

14 lines
352 B
Diff

Index: Makefile.in
===================================================================
--- Makefile.in.orig
+++ Makefile.in
@@ -175,7 +175,7 @@ perlmakefiles: net-snmp-config-x
fi
perlinstall:
- @(cd perl ; $(MAKE) install) ; \
+ @(cd perl ; $(MAKE) install_vendor) ; \
if test $$? != 0 ; then \
exit 1 ; \
fi