diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 11:31:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 11:31:17 +0100 |
commit | 0f64c10d29d21b8e39050df345435c76dd700043 (patch) | |
tree | 900af95d242e68766279f5bb8ddcedc2e3e0d4e3 /package/postfix | |
parent | 4c12548110b8098265325d1dae7c67c8731d445d (diff) |
rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is no difference
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 |