diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 16:16:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 16:16:52 +0100 |
commit | e40eb0da36368624306275725d8e1d6b25422762 (patch) | |
tree | 44a9d1f8167b044db37a4b06a7f361081133d20a /package/postfix | |
parent | 683b7ec9393f21e2d9ef3c846a3fbf24178423ef (diff) | |
parent | 0241f2121f30dee91113e0e9619e618415f64de1 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/postfix')
-rw-r--r-- | package/postfix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/postfix/Makefile b/package/postfix/Makefile index 7e27207c4..e95cc4c9c 100644 --- a/package/postfix/Makefile +++ b/package/postfix/Makefile @@ -25,7 +25,7 @@ ALL_TARGET:= INSTALL_STYLE:= manual do-configure: - (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") + (cd $(WRKBUILD) && make -f Makefile.init makefiles "CCARGS=-DNO_PCRE -DNO_NIS -DNO_DB -DHAS_CDB -I$(STAGING_TARGET_DIR)/usr/include" "AUXLIBS=$(STAGING_TARGET_DIR)/usr/lib/libcdb.a") postfix-install: $(INSTALL_DIR) $(IDIR_POSTFIX)/etc/postfix |