forked from jengelh/sssd
Add patch to fix build
OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=201
This commit is contained in:
parent
c906f55d9e
commit
4c8b88f4d2
13
fix-build.patch
Normal file
13
fix-build.patch
Normal file
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user