From bc96b93fddf91ca12f3df1c81ee7fc0f62ba3a06 Mon Sep 17 00:00:00 2001 From: Foxtrot Date: Sun, 7 Jul 2019 16:21:30 +0100 Subject: [PATCH] Packages: Use correct protoc path --- network/kismet-hak5/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/network/kismet-hak5/Makefile b/network/kismet-hak5/Makefile index 8f02bbb..2d4dfd9 100644 --- a/network/kismet-hak5/Makefile +++ b/network/kismet-hak5/Makefile @@ -38,10 +38,7 @@ CONFIGURE_ARGS += \ --sysconfdir=/etc/kismet \ --bindir=/usr/bin \ --disable-python-tools \ - --with-protoc=$(STAGING_DIR_HOST)/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 + --with-protoc=$(STAGING_DIR_HOSTPKG)/bin/protoc # Override libs to force lpthread because we don't detect it properly on openwrt CONFIGURE_VARS += \