Accepting request 885317 from network
OBS-URL: https://build.opensuse.org/request/show/885317 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpcbind?expand=0&rev=63
This commit is contained in:
commit
e25edaa76d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 13 08:40:08 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Specify the appropriate set of local nss modules (boo#1177461)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 5 05:49:51 UTC 2020 - Petr Vorel <pvorel@suse.cz>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rpcbind
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -76,7 +76,8 @@ export LDFLAGS="-pie -Wl,-z,relro,-z,now"
|
||||
--enable-debug \
|
||||
--with-statedir=%{_rundir}/%{name} \
|
||||
--with-rpcuser=rpc \
|
||||
--with-systemdsystemunitdir=%{_unitdir}
|
||||
--with-systemdsystemunitdir=%{_unitdir} \
|
||||
--with-nss-modules="files usrfiles"
|
||||
|
||||
make %{?_smp_mflags}
|
||||
gcc -I/usr/include/tirpc -pie -fpie -fwhole-program -Wl,-z,relro,-z,now %{optflags} pmap_set.c -o pmap_set -ltirpc
|
||||
|
Loading…
Reference in New Issue
Block a user