From b35ec53d09f67948407a7da174bf9266821b2c4a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 15 Jun 2017 13:32:13 +0200 Subject: systemd: update patch, add locale/ssp requirements --- package/systemd/patches/patch-configure_ac | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'package/systemd/patches/patch-configure_ac') diff --git a/package/systemd/patches/patch-configure_ac b/package/systemd/patches/patch-configure_ac index acabb4cd4..526191bbb 100644 --- a/package/systemd/patches/patch-configure_ac +++ b/package/systemd/patches/patch-configure_ac @@ -1,5 +1,5 @@ --- systemd-233.orig/configure.ac 2017-03-01 22:43:06.000000000 +0100 -+++ systemd-233/configure.ac 2017-06-07 22:02:15.896940483 +0200 ++++ systemd-233/configure.ac 2017-06-15 08:42:17.595843900 +0200 @@ -108,8 +108,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,3 +9,27 @@ 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} -- cgit v1.2.3