]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Add STAGE_CONFIGURE_CMDS.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Feb 2010 18:06:05 +0000 (19:06 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Feb 2010 18:06:05 +0000 (19:06 +0100)
pkgs/Functions

index d1d6b9f472b51efb8ee950cdb040af3ab2bfcf6e..0f349bb0f26510e809fc2db8d8b2c35d9fd3173c 100644 (file)
@@ -78,6 +78,8 @@ define STAGE_BUILD
                ./configure \
                        $(CONFIGURE_OPTIONS)
 
+       $(STAGE_CONFIGURE_CMDS)
+
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        $(STAGE_BUILD_CMDS)
 endef