Home
last modified time | relevance | path

Searched refs:OPENSSL_LIBS (Results 1 – 18 of 18) sorted by relevance

/external/libevent/m4/
Dlibevent_openssl.m413 OPENSSL_LIBS=`$PKG_CONFIG --libs openssl 2>/dev/null`
14 case "$OPENSSL_LIBS" in
16 *) OPENSSL_LIBS="$OPENSSL_LIBS $EV_LIB_GDI $EV_LIB_WS32 $OPENSSL_LIBADD"
28 OPENSSL_LIBS=""
34 OPENSSL_LIBS="$LIBS -l$lib $EV_LIB_GDI $EV_LIB_WS32 $OPENSSL_LIBADD"],
43 AC_SUBST(OPENSSL_LIBS) subst
/external/iperf3/config/
Dax_check_openssl.m415 # OPENSSL_LIBS to the -l directives required
58 OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
82 OPENSSL_LIBS="-lssl -lcrypto"
100 "OPENSSL_LIBS=$OPENSSL_LIBS; OPENSSL_INCLUDES=$OPENSSL_INCLUDES" >&AS_MESSAGE_LOG_FD
106 LIBS="$OPENSSL_LIBS $LIBS"
122 AC_SUBST([OPENSSL_LIBS]) subst
/external/python/cpython3/m4/
Dax_check_openssl.m415 # OPENSSL_LIBS to the -l directives required
58 OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
82 OPENSSL_LIBS="-lssl -lcrypto"
100 "OPENSSL_LIBS=$OPENSSL_LIBS; OPENSSL_INCLUDES=$OPENSSL_INCLUDES" >&AS_MESSAGE_LOG_FD
106 LIBS="$OPENSSL_LIBS $LIBS"
122 AC_SUBST([OPENSSL_LIBS]) subst
/external/libevent/sample/
Dinclude.am19 sample_le_proxy_LDADD = libevent.la libevent_openssl.la ${OPENSSL_LIBS} ${OPENSSL_LIBADD}
27 sample_https_client_LDADD = libevent.la libevent_openssl.la ${OPENSSL_LIBS} ${OPENSSL_LIBADD}
/external/libevent/
Dlibevent_openssl.pc.in14 Libs.private: @LIBS@ @OPENSSL_LIBS@
DMakefile.am253 libevent_openssl_la_LIBADD = $(MAYBE_CORE) $(OPENSSL_LIBS)
DMakefile.in139 @OPENSSL_TRUE@am__append_16 = libevent_openssl.la $(OPENSSL_LIBS) ${OPENSSL_LIBADD}
845 OPENSSL_LIBS = @OPENSSL_LIBS@
1083 @OPENSSL_TRUE@sample_le_proxy_LDADD = libevent.la libevent_openssl.la ${OPENSSL_LIBS} ${OPENSSL_LIB…
1090 @OPENSSL_TRUE@sample_https_client_LDADD = libevent.la libevent_openssl.la ${OPENSSL_LIBS} ${OPENSSL…
1235 @OPENSSL_TRUE@libevent_openssl_la_LIBADD = $(MAYBE_CORE) $(OPENSSL_LIBS)
DChangeLog935 o use ${OPENSSL_LIBS} instead of -lssl -lcrypto (bf31fa5 Patrick Pelletier)
1394 o Use OPENSSL_LIBS in Makefile.am (292092e Sebastian Hahn)
DChangeLog-2.0278 o Use OPENSSL_LIBS in Makefile.am (292092e Sebastian Hahn)
/external/libevent/test/
Dinclude.am149 test_regress_LDADD += libevent_openssl.la $(OPENSSL_LIBS) ${OPENSSL_LIBADD}
/external/iperf3/examples/
DMakefile.in234 OPENSSL_LIBS = @OPENSSL_LIBS@
/external/iperf3/
DMakefile.in260 OPENSSL_LIBS = @OPENSSL_LIBS@
Dconfigure.ac124 LIBS="$OPENSSL_LIBS $LIBS"
Dconfigure12852 OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
12879 OPENSSL_LIBS="-lssl -lcrypto"
12900 "OPENSSL_LIBS=$OPENSSL_LIBS; OPENSSL_INCLUDES=$OPENSSL_INCLUDES" >&5
12906 LIBS="$OPENSSL_LIBS $LIBS"
12951 LIBS="$OPENSSL_LIBS $LIBS"
/external/iperf3/src/
DMakefile.in550 OPENSSL_LIBS = @OPENSSL_LIBS@
/external/python/cpython3/
DMakefile.pre.in195 OPENSSL_LIBS=@OPENSSL_LIBS@
Dconfigure17194 OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
17221 OPENSSL_LIBS="-lssl -lcrypto"
17242 "OPENSSL_LIBS=$OPENSSL_LIBS; OPENSSL_INCLUDES=$OPENSSL_INCLUDES" >&5
17248 LIBS="$OPENSSL_LIBS $LIBS"
17293 LIBS="$OPENSSL_LIBS $LIBS"
Dconfigure.ac5622 LIBS="$OPENSSL_LIBS $LIBS"