Accepting request 884901 from home:favogt:branches:network
- Specify the appropriate set of local nss modules (boo#1177461) Also works if usrfiles isn't available. OBS-URL: https://build.opensuse.org/request/show/884901 OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=92
This commit is contained in:
parent
0f8c3b6b08
commit
ea5a6501f9
@ -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