[Buildroot] [PATCH 14/20] netcat: prevent build system from adding a prefix to binaries

Peter Korsgaard jacmet at uclibc.org
Mon Aug 23 15:34:15 UTC 2010


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> Fixes bug #2239.
 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 Thomas> ---
 Thomas>  package/netcat/netcat.mk |    1 +
 Thomas>  1 files changed, 1 insertions(+), 0 deletions(-)

 Thomas> diff --git a/package/netcat/netcat.mk b/package/netcat/netcat.mk
 Thomas> index 31f6b71..c8b2a02 100644
 Thomas> --- a/package/netcat/netcat.mk
 Thomas> +++ b/package/netcat/netcat.mk
 Thomas> @@ -10,5 +10,6 @@ NETCAT_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/netc
 Thomas>  NETCAT_AUTORECONF:=NO
 Thomas>  NETCAT_INSTALL_STAGING:=NO
 Thomas>  NETCAT_INSTALL_TARGET:=YES
 Thomas> +NETCAT_CONF_OPT=--program-prefix=

Does that work? Elsewhere we always use --program-prefix=''.

While we're at it a bit of whitespace would increase readability, imho.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list