freebsd-ports/net-mgmt/net-snmp/files/patch-agent__Makefile.in
Ryan Steinmetz 09e6822b63 - Fix libtool typo in ltmain.sh
- Fix linking issue with libnetsnmpmibs.so and libperl.so
- Bump PORTREVISION

PR:		ports/163005
Submitted by:	William Elasio Moreno Albarracin <wmoreno3@yahoo.com>
Approved by:	maintainer (implicit)
Feature safe:	yes
2011-12-02 13:06:26 +00:00

11 lines
582 B
Text

--- ./agent/Makefile.in.orig 2011-12-02 07:44:29.000000000 -0500
+++ ./agent/Makefile.in 2011-12-02 07:45:06.000000000 -0500
@@ -302,7 +302,7 @@
$(RANLIB) $(AGENTLIB)
libnetsnmpmibs.$(LIB_EXTENSION)$(LIB_VERSION): ${LMIBOBJS} $(AGENTLIB) $(USELIBS)
- $(LIB_LD_CMD) $(MIBLIB) ${LMIBOBJS} $(AGENTLIB) $(USELIBS) @LD_NO_UNDEFINED@ $(LDFLAGS) ${LMIBLIBS} $(LIB_LD_LIBS) @AGENTLIBS@
+ $(LIB_LD_CMD) $(MIBLIB) ${LMIBOBJS} $(AGENTLIB) $(USELIBS) @LD_NO_UNDEFINED@ $(LDFLAGS) $(PERLLDOPTS_FOR_LIBS) ${LMIBLIBS} $(LIB_LD_LIBS) @AGENTLIBS@
$(RANLIB) $(MIBLIB)
agentlib: $(AGENTLIB)