Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 824573 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]
Patch to fix internal rpcgen tool compilation
file_877427.txt (text/plain), 1.08 KB, created by
Jocelyn Mayer
on 2022-10-17 11:01:13 UTC
(
hide
)
Description:
Patch to fix internal rpcgen tool compilation
Filename:
MIME Type:
Creator:
Jocelyn Mayer
Created:
2022-10-17 11:01:13 UTC
Size:
1.08 KB
patch
obsolete
>--- nfs-utils-2.3.3/configure.ac 2019-01-06 09:15:25.160076590 +0100 >+++ nfs-utils-2.3.3/configure.ac 2019-01-06 09:33:17.718592704 +0100 >@@ -158,7 +158,8 @@ AC_ARG_WITH(rpcgen, > RPCGEN_PATH=$rpcgen_path > fi > AC_SUBST(RPCGEN_PATH) >- AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" = "internal"]) >+ AM_CONDITIONAL(CONFIG_RPCGEN, [test "$rpcgen_path" = "internal"]) >+ AM_COND_IF([CONFIG_RPCGEN], RPCGEN_PATH="tools/rpcgen/rpcgen") > AC_ARG_ENABLE(uuid, > [AC_HELP_STRING([--disable-uuid], > [Exclude uuid support to avoid buggy libblkid. @<:@default=no@:>@])], >--- nfs-utils-2.3.3/Makefile.am 2018-09-06 20:09:08.000000000 +0200 >+++ nfs-utils-2.3.3/Makefile.am 2019-01-06 09:38:27.141702728 +0100 >@@ -2,7 +2,11 @@ > > AUTOMAKE_OPTIONS = foreign > >-SUBDIRS = support tools utils linux-nfs tests systemd >+if CONFIG_RPCGEN >+ SUBDIRS = tools/rpcgen support tools utils linux-nfs tests systemd >+else >+ SUBDIRS = support tools utils linux-nfs tests systemd >+endif > > MAINTAINERCLEANFILES = Makefile.in >
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