Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 824651 Details for
Bug 877427
net-fs/nfs-utils-2.6.1: build without nis support, using internal rpcgen tool
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated ebuild patch for version 2.6.1
net-fs_nfs-utils_nfs-utils-2.6.1.ebuild.patch (text/plain), 1.19 KB, created by
Jocelyn Mayer
on 2022-10-18 03:29:28 UTC
(
hide
)
Description:
Updated ebuild patch for version 2.6.1
Filename:
MIME Type:
Creator:
Jocelyn Mayer
Created:
2022-10-18 03:29:28 UTC
Size:
1.19 KB
patch
obsolete
>--- net-fs/nfs-utils/nfs-utils-2.6.1.ebuild 2022-08-10 07:10:41.000000000 +0200 >+++ net-fs/nfs-utils/nfs-utils-2.6.1.ebuild 2022-10-18 05:22:45.789707024 +0200 >@@ -19,7 +19,7 @@ > > LICENSE="GPL-2" > SLOT="0" >-IUSE="caps junction kerberos ldap +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 sasl selinux tcpd +uuid" >+IUSE="caps junction kerberos ldap +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 nis sasl selinux tcpd +uuid" > REQUIRED_USE="kerberos? ( nfsv4 )" > RESTRICT="test" #315573 > >@@ -32,6 +32,7 @@ > net-libs/libtirpc:= > >=net-nds/rpcbind-0.2.4 > sys-fs/e2fsprogs >+ virtual/rpcgen[nis=] > caps? ( sys-libs/libcap ) > ldap? ( > net-nds/openldap:= >@@ -66,7 +67,6 @@ > ) > " > BDEPEND=" >- net-libs/rpcsvc-proto > virtual/pkgconfig > " > >@@ -108,7 +108,6 @@ > --enable-tirpc > --with-tirpcinclude="${ESYSROOT}"/usr/include/tirpc/ > --with-pluginpath="${EPREFIX}"/usr/$(get_libdir)/libnfsidmap >- --with-rpcgen > --with-systemd="$(systemd_get_systemunitdir)" > --without-gssglue > $(use_enable caps) >@@ -124,6 +123,11 @@ > $(use_enable uuid) > $(use_with tcpd tcp-wrappers) > ) >+ if use nis ; then >+ myeconfargs+=( --with-rpcgen ) >+ else >+ myeconfargs+=( --with-rpcgen=internal ) >+ fi > econf "${myeconfargs[@]}" > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 877427
:
824571
|
824573
|
824575
|
824649
| 824651