mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09: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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user