Lines Matching full:libs

174 INITIAL_LIBS=$LIBS
708 LIBS="-lgcc $LIBS"
725 LIBS="-lnsl $LIBS"
734 LIBS="-lsocket $LIBS"
745 LIBS="-lwatt $LIBS"
750 dnl libs at the same time to link properly.
753 AC_MSG_CHECKING([for gethostbyname with both nsl and socket libs])
754 my_ac_save_LIBS=$LIBS
755 LIBS="-lnsl -lsocket $LIBS"
766 LIBS=$my_ac_save_LIBS
788 my_ac_save_LIBS=$LIBS
789 LIBS="$winsock_LIB $LIBS"
815 LIBS=$my_ac_save_LIBS
886 LIBS="-lnetwork $LIBS"
895 LIBS="-lnet $LIBS"
906 CURL_NETWORK_LIBS=$LIBS
920 CURL_NETWORK_AND_TIME_LIBS=$LIBS
930 clean_LIBS=$LIBS
948 LIBS="`$PKGCONFIG --libs-only-l zlib` $LIBS"
949 LDFLAGS="$LDFLAGS `$PKGCONFIG --libs-only-L zlib`"
963 LIBS="-lz $LIBS"],
985 LIBS="-lz $LIBS"
1003 LIBS=$clean_LIBS
1009 LIBS=$clean_LIBS
1018 LIBS="-lz $clean_LIBS"
1048 CLEANLIBS="$LIBS"
1056 LIB_BROTLI=`$PKGCONFIG --libs-only-l libbrotlidec`
1057 LD_BROTLI=`$PKGCONFIG --libs-only-L libbrotlidec`
1083 LIBS="$LIB_BROTLI $LIBS"
1096 AC_MSG_ERROR([BROTLI libs and/or directories were not found where specified!])
1101 dnl when the brotli shared libs were found in a path that the run-time
1115 LIBS=$CLEANLIBS
1134 CLEANLIBS="$LIBS"
1142 LIB_ZSTD=`$PKGCONFIG --libs-only-l libzstd`
1143 LD_ZSTD=`$PKGCONFIG --libs-only-L libzstd`
1169 LIBS="$LIB_ZSTD $LIBS"
1202 LIBS=$CLEANLIBS
1415 AC_ARG_WITH(gssapi-libs,
1416 AC_HELP_STRING([--with-gssapi-libs=DIR],
1417 [Specify location of GSS-API libs]),
1524 LIBS="-lgss $LIBS"
1528 LIBS="-lgssapi_krb5 -lresolv $LIBS"
1532 dnl krb5-config doesn't have --libs-only-L or similar, put everything
1533 dnl into LIBS
1534 gss_libs=`$GSSAPI_ROOT/bin/$host_alias-krb5-config --libs gssapi`
1535 LIBS="$gss_libs $LIBS"
1537 dnl krb5-config doesn't have --libs-only-L or similar, put everything
1538 dnl into LIBS
1539 gss_libs=`$KRB5CONFIG --libs gssapi`
1540 LIBS="$gss_libs $LIBS"
1553 LIBS="-l$gss_libname $LIBS"
1555 LIBS="-l$gss_libname $LIBS"
1564 LIBS="-lgss $LIBS"
1567 LIBS="-lgssapi $LIBS"
1640 LIBS="-lcrypt32 $LIBS"
1694 LIBS="-lamisslauto $LIBS"
1728 CLEANLIBS="$LIBS"
1734 my_ac_save_LIBS=$LIBS
1735 LIBS="-lgdi32 $LIBS"
1741 [ dnl failed, restore LIBS
1742 LIBS=$my_ac_save_LIBS
1799 $PKGCONFIG --libs-only-l --libs-only-other openssl 2>/dev/null`
1802 $PKGCONFIG --libs-only-L openssl 2>/dev/null`
1818 dnl additional libs may be necessary. Hope that we
1820 LIBS="$SSL_LIBS $LIBS"
1830 LIBS="-lcrypto $LIBS"
1841 LIBS="-lcrypto $LIBS"], [
1845 LIBS="$CLEANLIBS -lcrypto -ldl"
1863 LIBS="$CLEANLIBS -lcrypto -ldl -lpthread"
1879 LIBS="$CLEANLIBS"
1890 dnl SSL libs NOTE: it is important to do this AFTER the crypto lib
1896 AC_MSG_CHECKING(for ssl with RSAglue/rsaref libs in use);
1897 OLIBS=$LIBS
1898 LIBS="-lRSAglue -lrsaref $LIBS"
1903 LIBS=$OLIBS
1935 LIBS="$CLEANLIBS"
1940 AC_MSG_ERROR([OpenSSL libs and/or directories were not found where specified!])
2014 dnl when the ssl shared libs were found in a path that the run-time
2127 addlib=`$PKGCONFIG --libs-only-l gnutls`
2128 addld=`$PKGCONFIG --libs-only-L gnutls`
2137 addlib=`libgnutls-config --libs`
2149 addlib=`$cfg --libs`
2170 CLEANLIBS="$LIBS"
2174 LIBS="$addlib $LIBS"
2191 LIBS="$CLEANLIBS"
2199 dnl when shared libs were found in a path that the run-time
2242 LIBS="-lnettle $LIBS"
2244 LIBS="-lgcrypt $LIBS"
2331 LIBS="-lmbedtls -lmbedx509 -lmbedcrypto $LIBS"
2334 dnl when shared libs were found in a path that the run-time
2393 $PKGCONFIG --libs-only-l wolfssl`
2395 $PKGCONFIG --libs-only-L wolfssl`
2420 my_ac_save_LIBS="$LIBS"
2421 LIBS="$addlib $LIBS"
2422 AC_MSG_NOTICE([Add $addlib to LIBS])
2450 LIBS="$my_ac_save_LIBS"
2460 LIBS="$addlib -lm $LIBS"
2494 dnl when shared libs were found in a path that the run-time
2584 LIBS="-lmesalink $LIBS"
2587 dnl when shared libs were found in a path that the run-time
2676 LIBS="-lbearssl $LIBS"
2679 dnl when shared libs were found in a path that the run-time
2724 addlib=`$PKGCONFIG --libs nss`
2733 addlib=`nss-config --libs`
2748 addld=`CURL_EXPORT_PCDIR([$NSS_PCDIR]) $PKGCONFIG --libs-only-L nss`
2749 addlib=`CURL_EXPORT_PCDIR([$NSS_PCDIR]) $PKGCONFIG --libs-only-l nss`
2768 CLEANLIBS="$LIBS"
2772 LIBS="$addlib $LIBS"
2789 LIBS="$CLEANLIBS"
2809 dnl when shared libs were found in a path that the run-time
2931 $PKGCONFIG --libs-only-l libmetalink`
2933 $PKGCONFIG --libs-only-L libmetalink`
2944 clean_LIBS="$LIBS"
2947 LIBS="$addlib $clean_LIBS"
2972 LIBS="$clean_LIBS"
3016 CLEANLIBS="$LIBS"
3024 LIB_SSH2=`$PKGCONFIG --libs libssh2`
3025 LD_SSH2=`$PKGCONFIG --libs-only-L libssh2`
3051 LIBS="$LIB_SSH2 $LIBS"
3064 AC_MSG_ERROR([libSSH2 libs and/or directories were not found where specified!])
3069 dnl when the libssh2 shared libs were found in a path that the run-time
3083 LIBS=$CLEANLIBS
3089 CLEANLIBS="$LIBS"
3097 LIB_SSH=`$PKGCONFIG --libs-only-l libssh`
3098 LD_SSH=`$PKGCONFIG --libs-only-L libssh`
3124 LIBS="$LIB_SSH $LIBS"
3137 AC_MSG_ERROR([libSSH libs and/or directories were not found where specified!])
3142 dnl when the libssh shared libs were found in a path that the run-time
3156 LIBS=$CLEANLIBS
3162 CLEANLIBS="$LIBS"
3167 LDFLAGS="$LDFLAGS `$WOLFCONFIG --libs`"
3197 CLEANLIBS="$LIBS"
3205 LIB_RTMP=`$PKGCONFIG --libs-only-l librtmp`
3206 LD_RTMP=`$PKGCONFIG --libs-only-L librtmp`
3237 LIBS="$LIB_RTMP $LIBS"
3251 LIBS=$CLEANLIBS
3256 AC_MSG_ERROR([librtmp libs and/or directories were not found where specified!])
3347 clean_LIBS="$LIBS"
3361 LIBS="$WINIDN_LIBS $LIBS"
3387 LIBS="$clean_LIBS"
3431 clean_LIBS="$LIBS"
3440 $PKGCONFIG --libs-only-l libidn2 2>/dev/null`
3442 $PKGCONFIG --libs-only-L libidn2 2>/dev/null`
3457 IDN_LIBS=`$PKGCONFIG --libs-only-l libidn2 2>/dev/null`
3458 IDN_LDFLAGS=`$PKGCONFIG --libs-only-L libidn2 2>/dev/null`
3481 LIBS="$IDN_LIBS $LIBS"
3511 LIBS="$clean_LIBS"
3558 CLEANLIBS="$LIBS"
3564 $PKGCONFIG --libs-only-l libnghttp2`
3572 $PKGCONFIG --libs-only-L libnghttp2`
3577 LIBS="$LIB_H2 $LIBS"
3593 LIBS=$CLEANLIBS
3645 CLEANLIBS="$LIBS"
3651 $PKGCONFIG --libs-only-l libngtcp2`
3659 $PKGCONFIG --libs-only-L libngtcp2`
3664 LIBS="$LIB_TCP2 $LIBS"
3683 LIBS=$CLEANLIBS
3701 CLEANLIBS="$LIBS"
3707 $PKGCONFIG --libs-only-l libngtcp2_crypto_openssl`
3715 $PKGCONFIG --libs-only-L libngtcp2_crypto_openssl`
3720 LIBS="$LIB_NGTCP2_CRYPTO_OPENSSL $LIBS"
3739 LIBS=$CLEANLIBS
3756 CLEANLIBS="$LIBS"
3762 $PKGCONFIG --libs-only-l libngtcp2_crypto_gnutls`
3770 $PKGCONFIG --libs-only-L libngtcp2_crypto_gnutls`
3775 LIBS="$LIB_NGTCP2_CRYPTO_GNUTLS $LIBS"
3794 LIBS=$CLEANLIBS
3844 CLEANLIBS="$LIBS"
3850 $PKGCONFIG --libs-only-l libnghttp3`
3858 $PKGCONFIG --libs-only-L libnghttp3`
3863 LIBS="$LIB_NGHTTP3 $LIBS"
3884 LIBS=$CLEANLIBS
3934 CLEANLIBS="$LIBS"
3940 $PKGCONFIG --libs-only-l quiche`
3948 $PKGCONFIG --libs-only-L quiche`
3953 LIBS="$LIB_QUICHE $LIBS"
3976 LIBS=$CLEANLIBS
4478 dnl When statically linking against boringssl, -lpthread is added to LIBS.
4482 dnl they fail the build since tests/libtest/Makefile.am clears LIBS.
4483 save_LIBS="$LIBS"
4485 LIBS=
4488 LIBS="$save_LIBS"
4914 LIBCURL_LIBS=$LIBS
4921 dnl LIBS variable used in generated makefile at makefile processing
4922 dnl time. Doing this functionally prevents LIBS from being used for
4937 dnl merge the pkg-config Libs.private field into Libs when static-only
5151 squeeze LIBS
5208 LIBS: ${LIBS}