mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00: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_AUTORECONF:=NO
|
||||||
NETCAT_INSTALL_STAGING:=NO
|
NETCAT_INSTALL_STAGING:=NO
|
||||||
NETCAT_INSTALL_TARGET:=YES
|
NETCAT_INSTALL_TARGET:=YES
|
||||||
|
NETCAT_CONF_OPT = --program-prefix=''
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,netcat))
|
$(eval $(call AUTOTARGETS,package,netcat))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user