[SSSD] [PATCH AUTOMAKE: Add missing escaped newline

Lukas Slebodnik lslebodn at redhat.com
Mon Sep 2 15:25:59 UTC 2013


ehlo,
It seems that patch f8a4a5f6240156809e1b5ef03816f673281e3fa0
"IPA: Initialize server mode ctx if server mode is on"
wasn't applied well or conflict was not fixed correctly.

End of line was not escaped in Makefile.am

Patch is attached.

LS
-------------- next part --------------
>From ecf96346f18a5f5f3fe3893c57c3c6a48d45066f Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lukas.slebodnik at intrak.sk>
Date: Fri, 30 Aug 2013 22:07:30 +0200
Subject: [PATCH 1/2] AUTOMAKE: Add missing escaped newline

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index e43518ed538abef60f4a644ae4458c2f3c939fa1..53f6cd8122959b6197b86b15f32a71d2cd6878b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1599,7 +1599,7 @@ libsss_ipa_la_CFLAGS = \
     $(AM_CFLAGS) \
     $(LDAP_CFLAGS) \
     $(DHASH_CFLAGS) \
-    $(NDR_NBT_CFLAGS)
+    $(NDR_NBT_CFLAGS) \
     $(KRB5_CFLAGS)
 libsss_ipa_la_LIBADD = \
     $(OPENLDAP_LIBS) \
-- 
1.8.3.1



More information about the sssd-devel mailing list