mirror of
https://github.com/hak5/nano-tetra-packages-community.git
synced 2025-10-29 16:59:28 +00:00
Packages: Use correct protoc path
This commit is contained in:
parent
359d19ffb0
commit
bc96b93fdd
@ -38,10 +38,7 @@ CONFIGURE_ARGS += \
|
|||||||
--sysconfdir=/etc/kismet \
|
--sysconfdir=/etc/kismet \
|
||||||
--bindir=/usr/bin \
|
--bindir=/usr/bin \
|
||||||
--disable-python-tools \
|
--disable-python-tools \
|
||||||
--with-protoc=$(STAGING_DIR_HOST)/bin/protoc
|
--with-protoc=$(STAGING_DIR_HOSTPKG)/bin/protoc
|
||||||
# We should be using protoc-c from the host binaries here, but the openwrt
|
|
||||||
# protoc-c package doesn't build a host tool
|
|
||||||
# --with-protoc-c=$(STAGING_DIR_HOST)/bin/protoc-c
|
|
||||||
|
|
||||||
# Override libs to force lpthread because we don't detect it properly on openwrt
|
# Override libs to force lpthread because we don't detect it properly on openwrt
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user