Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118016
Collapse All | Expand All

(-)net-snmp-5.2.2/snmplib/Makefile.in (-2 / +2 lines)
Lines 185-195 all: standardall Link Here
185
185
186
# how to build the libraries.
186
# how to build the libraries.
187
libnetsnmp.$(LIB_EXTENSION)$(LIB_VERSION):    ${TOBJS}
187
libnetsnmp.$(LIB_EXTENSION)$(LIB_VERSION):    ${TOBJS}
188
	$(LIB_LD_CMD) libnetsnmp.$(LIB_EXTENSION)$(LIB_VERSION) ${TOBJS}
188
	$(LIB_LD_CMD) libnetsnmp.$(LIB_EXTENSION)$(LIB_VERSION) ${TOBJS} @LIBCRYPTO@
189
	$(RANLIB) libnetsnmp.$(LIB_EXTENSION)$(LIB_VERSION)
189
	$(RANLIB) libnetsnmp.$(LIB_EXTENSION)$(LIB_VERSION)
190
190
191
libsnmp.$(LIB_EXTENSION)$(LIB_VERSION):    ${TOBJS}
191
libsnmp.$(LIB_EXTENSION)$(LIB_VERSION):    ${TOBJS}
192
	$(LIB_LD_CMD) libsnmp.$(LIB_EXTENSION)$(LIB_VERSION) ${TOBJS}
192
	$(LIB_LD_CMD) libsnmp.$(LIB_EXTENSION)$(LIB_VERSION) ${TOBJS} @LIBCRYPTO@
193
	$(RANLIB) libsnmp.$(LIB_EXTENSION)$(LIB_VERSION)
193
	$(RANLIB) libsnmp.$(LIB_EXTENSION)$(LIB_VERSION)
194
194
195
#
195
#
(-)net-snmp-5.2.2/configure.in (+2 lines)
Lines 2671-2676 if test "x$useopenssl" != "xno" ; then Link Here
2671
        encrmodes="[disabled]"
2671
        encrmodes="[disabled]"
2672
    fi
2672
    fi
2673
    AC_DEFINE(USE_OPENSSL)
2673
    AC_DEFINE(USE_OPENSSL)
2674
    LIBCRYPTO="-lcrypto"
2674
    AC_MSG_RESULT(OpenSSL Support)
2675
    AC_MSG_RESULT(OpenSSL Support)
2675
elif test "x$usepkcs" != "xno" ; then
2676
elif test "x$usepkcs" != "xno" ; then
2676
    authmodes="MD5 SHA1"
2677
    authmodes="MD5 SHA1"
Lines 2690-2695 fi Link Here
2690
if test "x$enable_md5" = "xno"; then
2691
if test "x$enable_md5" = "xno"; then
2691
    authmodes=`echo $authmodes | sed 's/MD5 *//;'`
2692
    authmodes=`echo $authmodes | sed 's/MD5 *//;'`
2692
fi
2693
fi
2694
AC_SUBST(LIBCRYPTO)
2693
2695
2694
AC_MSG_CACHE_ADD(Authentication support:     $authmodes)
2696
AC_MSG_CACHE_ADD(Authentication support:     $authmodes)
2695
AC_MSG_CACHE_ADD(Encryption support:         $encrmodes)
2697
AC_MSG_CACHE_ADD(Encryption support:         $encrmodes)

Return to bug 118016