diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-15 16:08:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-15 16:08:05 +0100 |
commit | cee2532bfa6909522daf0e02fb6fb042a0a389b2 (patch) | |
tree | b42b1eb5e34f118a20b733675817f73fc73d5dca /package/systemd/patches/patch-configure_ac | |
parent | a209fd86fb4506edb210eee44612f6030b24cd11 (diff) | |
parent | 35e11e1dde246861f960c4a9f988679c825fe870 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/systemd/patches/patch-configure_ac')
-rw-r--r-- | package/systemd/patches/patch-configure_ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/systemd/patches/patch-configure_ac b/package/systemd/patches/patch-configure_ac deleted file mode 100644 index e3aeaa5c0..000000000 --- a/package/systemd/patches/patch-configure_ac +++ /dev/null @@ -1,12 +0,0 @@ ---- 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) - |