From c841821f388c8b68cac34b78c15be356a9fed9a1ec79b2e6e82f560fb4245f03 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 16 Dec 2015 15:13:29 +0000 Subject: [PATCH] rediff to unfuzz OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=166 --- ...ild-detect-endianness-at-configure-time.patch | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/0001-build-detect-endianness-at-configure-time.patch b/0001-build-detect-endianness-at-configure-time.patch index 1a8da77..91b6cc8 100644 --- a/0001-build-detect-endianness-at-configure-time.patch +++ b/0001-build-detect-endianness-at-configure-time.patch @@ -8,14 +8,16 @@ Samba. See Samba's byteorder.h header for an example. Signed-off-by: David Disseldorp --- - configure.ac | 7 +++++++ - 1 file changed, 7 insertions(+) + configure.ac | 3 +++ + 1 file changed, 3 insertions(+) ---- sssd-1.12.1.orig/configure.ac -+++ sssd-1.12.1/configure.ac -@@ -322,6 +322,9 @@ AM_CHECK_CMOCKA - - AM_CONDITIONAL([HAVE_DEVSHM], [test -d /dev/shm]) +Index: sssd-1.13.3/configure.ac +=================================================================== +--- sssd-1.13.3.orig/configure.ac ++++ sssd-1.13.3/configure.ac +@@ -428,6 +428,9 @@ AM_CONDITIONAL([HAVE_DEVSHM], [test -d / + ENABLE_POLKIT_RULES_PATH + AM_CONDITIONAL([HAVE_POLKIT_RULES_D], [test x$HAVE_POLKIT_RULES_D != x]) +AC_C_BIGENDIAN([AC_DEFINE(HAVE_BIG_ENDIAN, [1], [whether platform is big endian])], + [AC_DEFINE(HAVE_LITTLE_ENDIAN, [1], [whether platform is little endian])])