diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-14 16:50:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-14 16:50:20 +0100 |
commit | ff1a5fb798a813c51c62a97d081aef5b48d84302 (patch) | |
tree | 29aa91b61ebd3d0177aacf930cd5547edf1a97bd /package/systemd/patches/patch-configure_ac | |
parent | f8cbf276999c2d385c93ec6a5f0bf5dcf183972f (diff) |
fix build, disable manpage creation
Diffstat (limited to 'package/systemd/patches/patch-configure_ac')
-rw-r--r-- | package/systemd/patches/patch-configure_ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/systemd/patches/patch-configure_ac b/package/systemd/patches/patch-configure_ac new file mode 100644 index 000000000..e3aeaa5c0 --- /dev/null +++ b/package/systemd/patches/patch-configure_ac @@ -0,0 +1,12 @@ +--- systemd-208.orig/configure.ac 2013-10-02 01:54:26.000000000 +0200 ++++ systemd-208/configure.ac 2013-12-13 16:37:55.000000000 +0100 +@@ -47,9 +47,6 @@ LT_INIT([disable-static]) + AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by systemd])]) + AS_IF([test "x$enable_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile is not supported by systemd])]) + +-# i18n stuff for the PolicyKit policy files +-IT_PROG_INTLTOOL([0.40.0]) +- + GETTEXT_PACKAGE=systemd + AC_SUBST(GETTEXT_PACKAGE) + |