netcat: prevent build system from adding a prefix to binaries

Fixes bug #2239.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2010-08-13 12:46:19 +02:00
parent a022ab5e01
commit c56087e65c
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ NETCAT_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/netc
NETCAT_AUTORECONF:=NO
NETCAT_INSTALL_STAGING:=NO
NETCAT_INSTALL_TARGET:=YES
NETCAT_CONF_OPT = --program-prefix=''
$(eval $(call AUTOTARGETS,package,netcat))