postfix: update tinycdb dependency
tinycdb now installs a shared lib alongside the static archive. postfix will use the shared lib, hence this commit updates the dependency. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
e5b967aa51
commit
3872e13cc3
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=postfix
|
PKG_NAME:=postfix
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_VERSION:=3.4.6
|
PKG_VERSION:=3.4.6
|
||||||
PKG_SOURCE_URL:= \
|
PKG_SOURCE_URL:= \
|
||||||
https://cdn.postfix.johnriley.me/mirrors/postfix-release/official/ \
|
https://cdn.postfix.johnriley.me/mirrors/postfix-release/official/ \
|
||||||
|
@ -21,7 +21,6 @@ PKG_LICENSE:=IPL-1.0
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
PKG_CPE_ID:=cpe:/a:postfix:postfix
|
PKG_CPE_ID:=cpe:/a:postfix:postfix
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=POSTFIX_CDB:tinycdb
|
|
||||||
PKG_CONFIG_DEPENDS:= \
|
PKG_CONFIG_DEPENDS:= \
|
||||||
CONFIG_POSTFIX_TLS \
|
CONFIG_POSTFIX_TLS \
|
||||||
CONFIG_POSTFIX_SASL \
|
CONFIG_POSTFIX_SASL \
|
||||||
|
@ -44,7 +43,7 @@ define Package/postfix
|
||||||
postfix=25:postfix=25 \
|
postfix=25:postfix=25 \
|
||||||
postdrop=26:postdrop=26
|
postdrop=26:postdrop=26
|
||||||
URL:=http://www.postfix.org/
|
URL:=http://www.postfix.org/
|
||||||
DEPENDS:=+POSTFIX_TLS:libopenssl +POSTFIX_SASL:libsasl2 +POSTFIX_LDAP:libopenldap +POSTFIX_DB:libdb47 +POSTFIX_SQLITE:libsqlite3 +POSTFIX_MYSQL:libmysqlclient +POSTFIX_PGSQL:libpq +POSTFIX_EAI:icu +POSTFIX_PCRE:libpcre
|
DEPENDS:=+POSTFIX_CDB:tinycdb +POSTFIX_TLS:libopenssl +POSTFIX_SASL:libsasl2 +POSTFIX_LDAP:libopenldap +POSTFIX_DB:libdb47 +POSTFIX_SQLITE:libsqlite3 +POSTFIX_MYSQL:libmysqlclient +POSTFIX_PGSQL:libpq +POSTFIX_EAI:icu +POSTFIX_PCRE:libpcre
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/postfix/description
|
define Package/postfix/description
|
||||||
|
|
Loading…
Reference in a new issue