net-snmp/net-snmp-5.4.2_vendorperl.patch

14 lines
424 B
Diff

Index: Makefile.in
===================================================================
--- Makefile.in.orig 2007-06-08 22:32:56.000000000 +0200
+++ Makefile.in 2008-10-24 15:30:52.442885040 +0200
@@ -169,7 +169,7 @@ perlmakefiles: net-snmp-config-x
fi
perlinstall:
- @(cd perl ; $(MAKE) install) ; \
+ @(cd perl ; $(MAKE) install_vendor) ; \
if test $$? != 0 ; then \
exit 1 ; \
fi