]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
upstart: Run libtoolize to fix build error.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 6 Jun 2010 09:18:03 +0000 (11:18 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 6 Jun 2010 09:18:03 +0000 (11:18 +0200)
Upstart doesn't like to get built with the recent
version of libtool.

pkgs/core/upstart/upstart.nm

index fb60a55301c3238d5bdfea297e9b6d7794c61113..57e78707d7eda5e306cfad46e1219e679692fe70 100644 (file)
@@ -51,6 +51,11 @@ CONFIGURE_OPTIONS += \
        --sysconfdir=/etc \
        --libdir=/lib
 
+define STAGE_PREPARE_CMDS
+       cd $(DIR_APP) && libtoolize
+       cd $(DIR_APP) && autoreconf --force
+endef
+
 # Testsuite fails
 #define STAGE_TEST
 #      cd $(DIR_APP) && make check