forked from pool/sssd
Accepting request 113452 from home:eclipseagent:branches:network:ldap
Fix issue with build on SLES builds (missing / after argument for glib2). OBS-URL: https://build.opensuse.org/request/show/113452 OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=67
This commit is contained in:
parent
b707c92f13
commit
fe36221f24
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 13 13:03:44 PDT 2012 - ben.kevan@gmail.com
|
||||||
|
|
||||||
|
- Fix build error on SLES 11 builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 9 21:45:45 PDT 2012 - ben.kevan@gmail.com
|
Mon Apr 9 21:45:45 PDT 2012 - ben.kevan@gmail.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.8.2
|
Version: 1.8.2
|
||||||
Release: 0
|
Release: 1
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
License: GPL-3.0+ and LGPL-3.0+
|
License: GPL-3.0+ and LGPL-3.0+
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
@ -193,7 +193,7 @@ export PATH="$PATH:/usr/sbin"
|
|||||||
--with-selinux=no \
|
--with-selinux=no \
|
||||||
--with-os=suse \
|
--with-os=suse \
|
||||||
%if 0%{?sles_version} == 11
|
%if 0%{?sles_version} == 11
|
||||||
--with-unicode-lib=glib2
|
--with-unicode-lib=glib2 \
|
||||||
%endif
|
%endif
|
||||||
--with-semanage=no
|
--with-semanage=no
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user