diff --git a/fix-build.patch b/fix-build.patch new file mode 100644 index 0000000..9903e33 --- /dev/null +++ b/fix-build.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile.am b/Makefile.am +index 9539b3c..8e76a03 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -975,6 +975,7 @@ libsss_cert_la_LIBADD = \ + $(TALLOC_LIBS) \ + $(TEVENT_LIBS) \ + libsss_crypt.la \ ++ libsss_child.la \ + libsss_debug.la \ + libsss_certmap.la \ + $(NULL) + diff --git a/sssd.spec b/sssd.spec index f0f514c..7188389 100644 --- a/sssd.spec +++ b/sssd.spec @@ -30,6 +30,7 @@ Source2: http://releases.pagure.org/SSSD/sssd/%name-%version.tar.gz.asc Source3: baselibs.conf Source4: sssd.service Source5: %name.keyring +Patch1: fix-build.patch BuildRoot: %_tmppath/%name-%version-build %define servicename sssd @@ -364,6 +365,7 @@ Security Services Daemon (sssd). %prep %setup -q +%patch1 -p1 %build %if 0%{?suse_version} < 1210