Merge pull request #344 from psycho-nico/my-fixes-20140922-02
emailrelay: disable pam explicitely
This commit is contained in:
commit
396f5886dd
1 changed files with 4 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue