Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 877427 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +9 lines)
Line  Link Here
0
-- nfs-utils-2.3.3/configure.ac        2019-01-06 09:15:25.160076590 +0100
0
++ nfs-utils-2.3.3/configure.ac        2019-01-06 09:33:17.718592704 +0100
Lines 158-164 AC_ARG_WITH(rpcgen, Link Here
158
            RPCGEN_PATH=$rpcgen_path
158
            RPCGEN_PATH=$rpcgen_path
159
       fi
159
       fi
160
       AC_SUBST(RPCGEN_PATH)
160
       AC_SUBST(RPCGEN_PATH)
161
       AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" = "internal"])
161
       AM_CONDITIONAL(CONFIG_RPCGEN, [test "$rpcgen_path" = "internal"])
162
       AM_COND_IF([CONFIG_RPCGEN], RPCGEN_PATH="tools/rpcgen/rpcgen")
162
AC_ARG_ENABLE(uuid,
163
AC_ARG_ENABLE(uuid,
163
       [AC_HELP_STRING([--disable-uuid], 
164
       [AC_HELP_STRING([--disable-uuid], 
164
               [Exclude uuid support to avoid buggy libblkid. @<:@default=no@:>@])],
165
               [Exclude uuid support to avoid buggy libblkid. @<:@default=no@:>@])],
165
-- nfs-utils-2.3.3/Makefile.am 2018-09-06 20:09:08.000000000 +0200
166
++ nfs-utils-2.3.3/Makefile.am 2019-01-06 09:38:27.141702728 +0100
Lines 2-8 Link Here
2
2
3
AUTOMAKE_OPTIONS = foreign
3
AUTOMAKE_OPTIONS = foreign
4
4
5
SUBDIRS = support tools utils linux-nfs tests systemd
5
if CONFIG_RPCGEN
6
  SUBDIRS = tools/rpcgen support tools utils linux-nfs tests systemd
7
else
8
  SUBDIRS = support tools utils linux-nfs tests systemd
9
endif
6
10
7
MAINTAINERCLEANFILES = Makefile.in
11
MAINTAINERCLEANFILES = Makefile.in
8
12

Return to bug 877427