mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
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:
parent
a022ab5e01
commit
c56087e65c
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user