From: Michael Tremer Date: Sun, 21 Feb 2010 18:06:05 +0000 (+0100) Subject: naoki: Add STAGE_CONFIGURE_CMDS. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cce714849ca4c2f68314bf7aa70522fe766980b;p=ipfire-3.x.git naoki: Add STAGE_CONFIGURE_CMDS. --- diff --git a/pkgs/Functions b/pkgs/Functions index d1d6b9f47..0f349bb0f 100644 --- a/pkgs/Functions +++ b/pkgs/Functions @@ -78,6 +78,8 @@ define STAGE_BUILD ./configure \ $(CONFIGURE_OPTIONS) + $(STAGE_CONFIGURE_CMDS) + cd $(DIR_APP) && make $(PARALLELISMFLAGS) $(STAGE_BUILD_CMDS) endef