mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
6d080339e4
commit
aa6df021f9
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue