Merge pull request #7269 from neheb/emailr
emailrelay: Remove SSLv3 option
This commit is contained in:
commit
27c3e39d7d
1 changed files with 0 additions and 5 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue