From: Phil Eichinger Date: Tue, 3 Nov 2015 21:09:43 +0000 (+0100) Subject: libtirpc: rpcgen is only built for host, don't install to target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f7f86fb1de4a1e5f56adbb12bd4bff6861a2820;p=buildroot.git libtirpc: rpcgen is only built for host, don't install to target rpcgen is only used to generate headers needed for compilation. Move it to noinst_PROGRAMS otherwise you may end up with a host-arch binary in your target. Signed-off-by: Phil Eichinger Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/package/libtirpc/0003-Add-rpcgen-program-from-nfs-utils-sources.patch b/package/libtirpc/0003-Add-rpcgen-program-from-nfs-utils-sources.patch index ad14312aa6..1cf861417c 100644 --- a/package/libtirpc/0003-Add-rpcgen-program-from-nfs-utils-sources.patch +++ b/package/libtirpc/0003-Add-rpcgen-program-from-nfs-utils-sources.patch @@ -87,7 +87,7 @@ index 0000000..2277b6f + $(CPPFLAGS_FOR_BUILD) $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) +LINK = $(CC_FOR_BUILD) $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) $(AM_LDFLAGS) $(LDFLAGS_FOR_BUILD) -o $@ + -+bin_PROGRAMS = rpcgen ++noinst_PROGRAMS = rpcgen + +rpcgen_SOURCES = \ + rpc_clntout.c \