From b73f420ec4fb05a89c5bfaf6d258fa6072eefbf0 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Sun, 9 Dec 2001 00:17:24 +0000 Subject: [PATCH] Corrected build problem for SSL bundle when doing a scratch build. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11664 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ Source/GNUmakefile | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 68ab2e83b..71ae5b3ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-12-08 Gregory Casamento + * Source/GNUmakefile added SSL_LIB_DIRS += -L$(GNUSTEP_OBJ_DIR) + to prevent build from failing when building from scratch. + 2001-12-08 Richard Frith-Macdonald * Source/NSAttributedString.m: ([initWithCoder:]) fix typo. diff --git a/Source/GNUmakefile b/Source/GNUmakefile index a69693ccb..d41120efd 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -45,6 +45,9 @@ ifeq ($(HAVE_OPENSSL), yes) # The bundles to be compiled BUNDLE_NAME=SSL +# Additional search directories for linking +SSL_LIB_DIRS += -L$(GNUSTEP_OBJ_DIR) + # The bundle Objective-C source files to be compiled SSL_OBJC_FILES = GSUnixSSLHandle.m