osc copypac from project:Base:System package:libtirpc revision:30
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=32
This commit is contained in:
parent
119cf993ea
commit
417ad73d3a
@ -1,16 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Nov 13 22:18:38 UTC 2013 - nfbrown@suse.com
|
|
||||||
|
|
||||||
- Use krb5 rather than gssglue to provide gss
|
|
||||||
access routines.
|
|
||||||
Both krb5 and gssglue provide routines of the same
|
|
||||||
name, and both can get linked into rpc.gssd, resulting
|
|
||||||
in some confusion.
|
|
||||||
Upstream support seems to be leaning heavily towards
|
|
||||||
avoiding libgssglue. nfs-utils is built without it,
|
|
||||||
and best to build libtirpc without it.
|
|
||||||
(bnc#841788)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 19 08:31:28 UTC 2013 - okir@suse.com
|
Mon Aug 19 08:31:28 UTC 2013 - okir@suse.com
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Release: 0
|
|||||||
Summary: Transport Independent RPC Library
|
Summary: Transport Independent RPC Library
|
||||||
License: BSD-4-Clause
|
License: BSD-4-Clause
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: libgssglue-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
Url: http://sourceforge.net/projects/libtirpc/
|
Url: http://sourceforge.net/projects/libtirpc/
|
||||||
@ -84,7 +84,8 @@ autoreconf -fiv
|
|||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
--with-pic \
|
--with-pic \
|
||||||
--libdir=/%{_lib} \
|
--libdir=/%{_lib} \
|
||||||
--enable-gss
|
--enable-gss \
|
||||||
|
--with-gssglue
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user