From: Michael Tremer Date: Wed, 6 Apr 2011 13:10:05 +0000 (+0200) Subject: systemd: Fix build. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f63a6b0a2f29b218a7524e4bb56556bd08c0774;p=ipfire-3.x.git systemd: Fix build. --- diff --git a/pkgs/systemd/systemd.nm b/pkgs/systemd/systemd.nm index 20345b571..4e8aad6f9 100644 --- a/pkgs/systemd/systemd.nm +++ b/pkgs/systemd/systemd.nm @@ -74,9 +74,9 @@ CONFIGURE_OPTIONS += \ --with-udevrulesdir=/lib/udev/rules.d/ \ --with-pamlibdir=/etc/pam.d -define STAGE_PREPARE_CMDS - cd $(DIR_APP) && ./autogen.sh ac -endef +#define STAGE_PREPARE_CMDS +# cd $(DIR_APP) && ./autogen.sh ac +#endef define STAGE_TEST cd $(DIR_APP) && make check