Kaydet (Commit) 5c4f2172 authored tarafından Michael Stahl's avatar Michael Stahl

#i92932# system openssl not detected on FreeBSD

# HG changeset patch
# User Martin Hollmichel <mh@openoffice.org>
# Date 1268740079 -3600
# Node ID 235721f30dea210f3a459ad32b26b17d4908f1f8
# Parent  bcf21fcca01d774076475e3ac8bc3223ab5c016c
üst fb047a3a
......@@ -5060,7 +5060,7 @@ if test -n "$with_system_openssl" -o -n "$with_system_libs" && \
AC_MSG_RESULT([external])
# Mac OS builds should get out without extra stuff is the Mac porters'
# wish. And pkg-config is although Xcode ships a .pc for openssl
if test "$_os" = "Darwin"; then
if test "$_os" = "Darwin" -o "$_os" = "FreeBSD"; then
OPENSSL_CFLAGS=
OPENSSL_LIBS="-lssl -lcrypto"
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment