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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: sssd
|
||||
Version: 1.8.2
|
||||
Release: 0
|
||||
Release: 1
|
||||
Summary: System Security Services Daemon
|
||||
License: GPL-3.0+ and LGPL-3.0+
|
||||
Group: System/Daemons
|
||||
@ -193,7 +193,7 @@ export PATH="$PATH:/usr/sbin"
|
||||
--with-selinux=no \
|
||||
--with-os=suse \
|
||||
%if 0%{?sles_version} == 11
|
||||
--with-unicode-lib=glib2
|
||||
--with-unicode-lib=glib2 \
|
||||
%endif
|
||||
--with-semanage=no
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user