From: Felix Fietkau Date: Tue, 9 Nov 2021 10:03:10 +0000 (+0100) Subject: qosify: mark as nonshared X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a667f6b8dd4b0f47d9c0aacb900f1fd3045ec945;p=openwrt%2Fstaging%2Fneocturne.git qosify: mark as nonshared The SDK does not have the LLVM toolchain yet Signed-off-by: Felix Fietkau --- diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile index e5e1865422..7a6ee17688 100644 --- a/package/network/config/qosify/Makefile +++ b/package/network/config/qosify/Makefile @@ -19,6 +19,7 @@ PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Felix Fietkau PKG_BUILD_DEPENDS:=bpf-headers +PKG_FLAGS:=nonshared include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk