aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp/files/patch-agent_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-agent_Makefile.in')
-rw-r--r--net-mgmt/net-snmp/files/patch-agent_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/files/patch-agent_Makefile.in b/net-mgmt/net-snmp/files/patch-agent_Makefile.in
new file mode 100644
index 000000000000..4807564a5d1c
--- /dev/null
+++ b/net-mgmt/net-snmp/files/patch-agent_Makefile.in
@@ -0,0 +1,11 @@
+--- agent/Makefile.in.orig 2015-01-19 16:46:08 UTC
++++ agent/Makefile.in
+@@ -120,7 +120,7 @@ LMIBLIBS = @LMIBLIBS@
+ VAL_LIBS = @VAL_LIBS@
+ PERLLDOPTS_FOR_APPS = @PERLLDOPTS_FOR_APPS@
+ PERLLDOPTS_FOR_LIBS = @PERLLDOPTS_FOR_LIBS@
+-LIBS = $(USELIBS) @AGENTLIBS@ $(PERLLDOPTS_FOR_APPS) $(VAL_LIBS)
++LIBS = $(USELIBS) @AGENTLIBS@ $(PERLLDOPTS_FOR_APPS) $(VAL_LIBS) -lpkg
+ OUR_AGENT_LIBS = $(AGENTLIB) $(MIBLIB) $(LIBS) @DLLIBS@
+ CPPFLAGS = $(TOP_INCLUDES) -I. $(AGENT_INCLUDES) $(MIBGROUP_INCLUDES) \
+ $(SNMPLIB_INCLUDES) @CPPFLAGS@