From 8fcb1d0540c16a9101d3fe56eba4f7a0c6d89b58 Mon Sep 17 00:00:00 2001 From: helge Date: Sun, 7 Nov 2004 20:25:35 +0000 Subject: [PATCH] enable SSL for NGStreams on MacOSX git-svn-id: http://svn.opengroupware.org/SOPE/trunk@348 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-core/NGExtensions/NGExtensions/NSRunLoop+FileObjects.h | 5 ++--- sope-core/NGStreams/ChangeLog | 5 +++++ sope-core/NGStreams/NGStreams.xcode/project.pbxproj | 3 ++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/sope-core/NGExtensions/NGExtensions/NSRunLoop+FileObjects.h b/sope-core/NGExtensions/NGExtensions/NSRunLoop+FileObjects.h index 007cf424..62b6eeb4 100644 --- a/sope-core/NGExtensions/NGExtensions/NSRunLoop+FileObjects.h +++ b/sope-core/NGExtensions/NGExtensions/NSRunLoop+FileObjects.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-2004 SKYRIX Software AG - This file is part of OGo + This file is part of OpenGroupware.org. OGo is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the @@ -18,7 +18,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id$ // Created by Helge Hess on Mon Mar 11 2002. #ifndef __FoundationExt_NSRunLoop_FileObjects__ diff --git a/sope-core/NGStreams/ChangeLog b/sope-core/NGStreams/ChangeLog index 3bef1408..f705d41c 100644 --- a/sope-core/NGStreams/ChangeLog +++ b/sope-core/NGStreams/ChangeLog @@ -1,3 +1,8 @@ +2004-11-07 Helge Hess + + * NGStreams.xcode: properly link against libssl/libcrypto and set + HAVE_OPENSSL=1, this enables SSL support on MacOSX + 2004-10-04 Marcus Mueller * NGStreams.xcode: updated to the current build version diff --git a/sope-core/NGStreams/NGStreams.xcode/project.pbxproj b/sope-core/NGStreams/NGStreams.xcode/project.pbxproj index dee68b9d..51f6d87d 100644 --- a/sope-core/NGStreams/NGStreams.xcode/project.pbxproj +++ b/sope-core/NGStreams/NGStreams.xcode/project.pbxproj @@ -34,6 +34,7 @@ GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = "APPLE_RUNTIME=1 NeXT_Foundation_LIBRARY=1 COCOA_Foundation_LIBRARY=1 NeXT_RUNTIME=1 COMPILE_AS_FRAMEWORK=1 DEBUG=1"; + OTHER_CFLAGS = "-DHAVE_OPENSSL=1"; }; isa = PBXBuildStyle; name = Development; @@ -213,7 +214,7 @@ INFOPLIST_FILE = "NGStreams-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; OTHER_CFLAGS = ""; - OTHER_LDFLAGS = "-seg1addr 0xC1400000 -headerpad_max_install_names"; + OTHER_LDFLAGS = "-seg1addr 0xC1400000 -headerpad_max_install_names -lssl -lcrypto"; PRODUCT_NAME = NGStreams; SECTORDER_FLAGS = ""; WARNING_CFLAGS = "-Wmost"; -- 2.39.5