mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-14 10:00:55 +00:00
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
This commit is contained in:
parent
6cc1f33e12
commit
b73f420ec4
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2001-12-08 Gregory Casamento <greg_casamento@yahoo.com>
|
||||||
|
* 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 <rfm@gnu.org>
|
2001-12-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSAttributedString.m: ([initWithCoder:]) fix typo.
|
* Source/NSAttributedString.m: ([initWithCoder:]) fix typo.
|
||||||
|
|
|
@ -45,6 +45,9 @@ ifeq ($(HAVE_OPENSSL), yes)
|
||||||
# The bundles to be compiled
|
# The bundles to be compiled
|
||||||
BUNDLE_NAME=SSL
|
BUNDLE_NAME=SSL
|
||||||
|
|
||||||
|
# Additional search directories for linking
|
||||||
|
SSL_LIB_DIRS += -L$(GNUSTEP_OBJ_DIR)
|
||||||
|
|
||||||
# The bundle Objective-C source files to be compiled
|
# The bundle Objective-C source files to be compiled
|
||||||
SSL_OBJC_FILES = GSUnixSSLHandle.m
|
SSL_OBJC_FILES = GSUnixSSLHandle.m
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue