X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fnixio%2FaxTLS%2Fssl%2FMakefile;h=704d90a9b2ecca642559c083b8d39e5e1080b7a1;hp=62a62047dc02a32482a7ab1d20d1d62677d164bb;hb=65b50a8f8a95d0d091a3f16ba5574842840c7289;hpb=06450d3fe3b5248276e3113a358954ee85af5779 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 \