Merge pull request #6668 from cotequeiroz/emailrelay_pam
emailrelay: avoind linking with -lpam
This commit is contained in:
commit
83c225812b
1 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=emailrelay
|
PKG_NAME:=emailrelay
|
||||||
PKG_VERSION:=2.0
|
PKG_VERSION:=2.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/emailrelay/$(PKG_VERSION)
|
PKG_SOURCE_URL:=@SF/emailrelay/$(PKG_VERSION)
|
||||||
|
@ -84,6 +84,11 @@ CONFIGURE_ARGS += \
|
||||||
--disable-testing \
|
--disable-testing \
|
||||||
--disable-windows
|
--disable-windows
|
||||||
|
|
||||||
|
# Workaround for https://sourceforge.net/p/emailrelay/bugs/38/
|
||||||
|
# This should be fixed in the next release.
|
||||||
|
CONFIGURE_VARS += \
|
||||||
|
ac_cv_search_pam_end=no
|
||||||
|
|
||||||
ifeq ($(CONFIG_EMAILRELAY_SSL),y)
|
ifeq ($(CONFIG_EMAILRELAY_SSL),y)
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-openssl
|
--with-openssl
|
||||||
|
|
Loading…
Reference in a new issue