Loading acinclude.m4 +2 −2 Original line number Diff line number Diff line Loading @@ -444,8 +444,8 @@ if test "x$ap_ssltk_base" = "x"; then fi if test "x$ap_ssltk_libdir" != "x/usr/lib"; then APR_ADDTO(LIBS, [-L$ap_ssltk_libdir]) if test "x$ap_platform_needs_R" = "xyes"; then APR_ADDTO(LIBS, [-R$ap_ssltk_libdir]) if test "x$ap_platform_runtime_link_flag" != "x"; then APR_ADDTO(LIBS, [$ap_platform_runtime_link_flag$ap_ssltk_libdir]) fi fi APR_ADDTO(LIBS, [-lssl -lcrypto]) Loading hints.m4 +2 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,8 @@ dnl ;; APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1]) ;; *-solaris2*) ap_platform_needs_R="yes" dnl This is a hack -- we should be using AC_TRY_RUN instead ap_platform_runtime_link_flag="-R" ;; esac Loading Loading
acinclude.m4 +2 −2 Original line number Diff line number Diff line Loading @@ -444,8 +444,8 @@ if test "x$ap_ssltk_base" = "x"; then fi if test "x$ap_ssltk_libdir" != "x/usr/lib"; then APR_ADDTO(LIBS, [-L$ap_ssltk_libdir]) if test "x$ap_platform_needs_R" = "xyes"; then APR_ADDTO(LIBS, [-R$ap_ssltk_libdir]) if test "x$ap_platform_runtime_link_flag" != "x"; then APR_ADDTO(LIBS, [$ap_platform_runtime_link_flag$ap_ssltk_libdir]) fi fi APR_ADDTO(LIBS, [-lssl -lcrypto]) Loading
hints.m4 +2 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,8 @@ dnl ;; APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1]) ;; *-solaris2*) ap_platform_needs_R="yes" dnl This is a hack -- we should be using AC_TRY_RUN instead ap_platform_runtime_link_flag="-R" ;; esac Loading