git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2f8eb41
)
emailrelay: Remove SSLv3 option
author
Rosen Penev
<redacted>
Sun, 28 Oct 2018 19:57:56 +0000
(12:57 -0700)
committer
Rosen Penev
<redacted>
Sun, 28 Oct 2018 19:57:56 +0000
(12:57 -0700)
The next version of OpenSSL will not include support. Removing in advance.
Signed-off-by: Rosen Penev <redacted>
mail/emailrelay/Makefile
patch
|
blob
|
history
diff --git
a/mail/emailrelay/Makefile
b/mail/emailrelay/Makefile
index 616a1efa1b4119328faeb7f1c42237729a1a5a96..d0ef0e341384ed39b09e52c715d4d3ab68e1099f 100644
(file)
--- a/
mail/emailrelay/Makefile
+++ b/
mail/emailrelay/Makefile
@@
-102,11
+102,6
@@
ifeq ($(CONFIG_EMAILRELAY_SUPPORT_VERBOSE_DBG),y)
--enable-debug=yes
endif
-ifeq ($(CONFIG_OPENSSL_WITH_SSL3),y)
- CONFIGURE_VARS += \
- CXXFLAGS="$$$$CXXFLAGS -DSSL3_SUPPORT"
-endif
-
define Package/emailrelay/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/main/emailrelay $(1)/usr/bin/
git clone https://git.99rst.org/PROJECT