SSL bundle fix.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13206 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-03-22 14:15:59 +00:00
parent 6d080339e4
commit aa6df021f9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-03-22 Richard Frith-Macdonald <rfm@gnu.org>
* SSL/GNUmakefile: Remove -lobjc and -lgnustep-base from bundle
libraries ... it should not need them.
2002-03-21 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSArray.m: Ensure property-list read/write uses UTF8

View file

@ -50,7 +50,7 @@ SSL_OBJC_FILES = GSUnixSSLHandle.m
# The principal class in the bundle
SSL_PRINCIPAL_CLASS = GSUnixSSLHandle
SSL_BUNDLE_LIBS = -lgnustep-base -lobjc $(SSLLIBS)
SSL_BUNDLE_LIBS = $(SSLLIBS)
endif