From: Michael Tremer Date: Sun, 6 Jun 2010 09:18:03 +0000 (+0200) Subject: upstart: Run libtoolize to fix build error. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2cb5fbdd90bc719fcedbe46da2bbc488f0e8da6;p=ipfire-3.x.git upstart: Run libtoolize to fix build error. Upstart doesn't like to get built with the recent version of libtool. --- diff --git a/pkgs/core/upstart/upstart.nm b/pkgs/core/upstart/upstart.nm index fb60a5530..57e78707d 100644 --- a/pkgs/core/upstart/upstart.nm +++ b/pkgs/core/upstart/upstart.nm @@ -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