diff options
author | Steven Barth <steven@midlink.org> | 2009-02-22 23:45:49 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-02-22 23:45:49 +0000 |
commit | 65b50a8f8a95d0d091a3f16ba5574842840c7289 (patch) | |
tree | 9531b9f1581318a521c4053b5bafb6d49017f34a /libs/nixio/axTLS | |
parent | 06450d3fe3b5248276e3113a358954ee85af5779 (diff) |
More compat fixes
Diffstat (limited to 'libs/nixio/axTLS')
-rw-r--r-- | libs/nixio/axTLS/ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/nixio/axTLS/ssl/Makefile b/libs/nixio/axTLS/ssl/Makefile index 62a62047d..704d90a9b 100644 --- a/libs/nixio/axTLS/ssl/Makefile +++ b/libs/nixio/axTLS/ssl/Makefile @@ -96,7 +96,7 @@ $(TARGET1) : $(OBJ) $(TARGET2) : $(OBJ) ifndef CONFIG_PLATFORM_CYGWIN - $(LD) $(LDFLAGS) $(LDSHARED) -Wl,-soname,$(LIBMAJOR) -o $(AXTLS_HOME)/$(STAGE)/$(LIBMINOR) $(CRYPTO_OBJ) $(OBJ) + $(LD) $(LDFLAGS) $(LDSHARED) -o $(AXTLS_HOME)/$(STAGE)/$(LIBMINOR) $(CRYPTO_OBJ) $(OBJ) cd $(AXTLS_HOME)/$(STAGE); ln -sf $(LIBMINOR) $(LIBMAJOR); ln -sf $(LIBMAJOR) $(BASETARGET); cd - else $(LD) $(LDFLAGS) $(LDSHARED) -o $(AXTLS_HOME)/$(STAGE)/cygaxtls.dll \ |