mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
emailrelay: disable pam explicitely
Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
@@ -80,6 +80,9 @@ define Package/emailrelay-nossl/conffiles
|
||||
/etc/emailrelay.auth
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--with-pam=no
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
CXXFLAGS="$$$$CXXFLAGS -fno-rtti"
|
||||
|
||||
@@ -93,7 +96,7 @@ ifeq ($(BUILD_VARIANT),nossl)
|
||||
--with-openssl=no
|
||||
endif
|
||||
|
||||
define Package/emailrelay/install
|
||||
define Package/emailrelay/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/main/emailrelay $(1)/usr/bin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/main/emailrelay-filter-copy $(1)/usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user