summaryrefslogtreecommitdiff
path: root/package/postfix/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-10 16:36:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-10 16:36:05 +0200
commit0a5ad5ae6d151bf5365f7a52507892f3e07b13bb (patch)
tree673fb1e89ede967508fe14a6bbd590e06ed23473 /package/postfix/Makefile
parente5a2133a408f6174ebaa2efa7dad242327427e29 (diff)
fix build of postfix, disable pcre, update to latest upstream
Diffstat (limited to 'package/postfix/Makefile')
-rw-r--r--package/postfix/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/postfix/Makefile b/package/postfix/Makefile
index 8fb05cd23..7e27207c4 100644
--- a/package/postfix/Makefile
+++ b/package/postfix/Makefile
@@ -4,9 +4,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= postfix
-PKG_VERSION:= 2.8.7
+PKG_VERSION:= 2.10.2
PKG_RELEASE:= 1
-PKG_MD5SUM:= b3ff47a38db920fc15bb207f42da53db
+PKG_MD5SUM:= 109e753aecafe487207b425dd46e6ee9
PKG_DESCR:= Postfix MTA
PKG_SECTION:= mail
PKG_BUILDDEP:= tinycdb
@@ -25,7 +25,7 @@ ALL_TARGET:=
INSTALL_STYLE:= manual
do-configure:
- (cd $(WRKBUILD) && make -f Makefile.init makefiles "CCARGS=-DHAS_CDB -I$(STAGING_DIR)/usr/include" "AUXLIBS=$(STAGING_DIR)/usr/lib/libcdb.a")
+ (cd $(WRKBUILD) && make -f Makefile.init makefiles "CCARGS=-DNO_PCRE -DNO_NIS -DNO_DB -DHAS_CDB -I$(STAGING_DIR)/usr/include" "AUXLIBS=$(STAGING_DIR)/usr/lib/libcdb.a")
postfix-install:
$(INSTALL_DIR) $(IDIR_POSTFIX)/etc/postfix