summaryrefslogtreecommitdiff
path: root/package/systemd/patches/patch-configure_ac
diff options
context:
space:
mode:
Diffstat (limited to 'package/systemd/patches/patch-configure_ac')
-rw-r--r--package/systemd/patches/patch-configure_ac30
1 files changed, 3 insertions, 27 deletions
diff --git a/package/systemd/patches/patch-configure_ac b/package/systemd/patches/patch-configure_ac
index 526191bbb..f41aa4191 100644
--- a/package/systemd/patches/patch-configure_ac
+++ b/package/systemd/patches/patch-configure_ac
@@ -1,6 +1,6 @@
---- systemd-233.orig/configure.ac 2017-03-01 22:43:06.000000000 +0100
-+++ systemd-233/configure.ac 2017-06-15 08:42:17.595843900 +0200
-@@ -108,8 +108,6 @@ AC_PATH_PROG([SULOGIN], [sulogin], [/usr
+--- systemd-234.orig/configure.ac 2017-07-12 16:01:10.000000000 +0200
++++ systemd-234/configure.ac 2017-08-05 00:41:34.135401520 +0200
+@@ -109,8 +109,6 @@ AC_PATH_PROG([SULOGIN], [sulogin], [/usr
AC_PATH_PROG([MOUNT_PATH], [mount], [/usr/bin/mount], [$PATH:/usr/sbin:/sbin])
AC_PATH_PROG([UMOUNT_PATH], [umount], [/usr/bin/umount], [$PATH:/usr/sbin:/sbin])
@@ -9,27 +9,3 @@
M4_DEFINES=
AC_CHECK_TOOL(OBJCOPY, objcopy)
-@@ -1012,6 +1010,15 @@ fi
- AM_CONDITIONAL(HAVE_LIBIDN, [test "$have_libidn" = "yes"])
-
- # ------------------------------------------------------------------------------
-+have_idn=no
-+AC_ARG_ENABLE(idn, AS_HELP_STRING([--disable-idn], [disable optional IDN support]))
-+if test "x$enable_idn" != "xno"; then
-+ have_idn=yes
-+ AC_DEFINE(HAVE_IDN, [1], [IDN is enabled])
-+fi
-+AM_CONDITIONAL(ENABLE_IDN, [test "$have_idn" = "yes"])
-+
-+# ------------------------------------------------------------------------------
- have_libiptc=no
- AC_ARG_ENABLE(libiptc, AS_HELP_STRING([--disable-libiptc], [disable optional LIBIPTC support]))
- if test "x$enable_libiptc" != "xno"; then
-@@ -1672,6 +1679,7 @@ AC_MSG_RESULT([
- GNUTLS: ${have_gnutls}
- libcurl: ${have_libcurl}
- libidn: ${have_libidn}
-+ IDN: ${have_idn}
- libiptc: ${have_libiptc}
- ELFUTILS: ${have_elfutils}
- binfmt: ${have_binfmt}