projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06450d3
)
More compat fixes
author
Steven Barth
<steven@midlink.org>
Sun, 22 Feb 2009 23:45:49 +0000
(23:45 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 22 Feb 2009 23:45:49 +0000
(23:45 +0000)
libs/nixio/axTLS/ssl/Makefile
patch
|
blob
|
history
diff --git
a/libs/nixio/axTLS/ssl/Makefile
b/libs/nixio/axTLS/ssl/Makefile
index 62a62047dc02a32482a7ab1d20d1d62677d164bb..704d90a9b2ecca642559c083b8d39e5e1080b7a1 100644
(file)
--- 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 \