Browse Source

qosify: mark as nonshared

The SDK does not have the LLVM toolchain yet

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 4 years ago
parent
commit
a667f6b8dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/network/config/qosify/Makefile

+ 1 - 0
package/network/config/qosify/Makefile

@@ -19,6 +19,7 @@ PKG_LICENSE:=GPL-2.0
 PKG_MAINTAINER:=Felix Fietkau <[email protected]>
 
 PKG_BUILD_DEPENDS:=bpf-headers
+PKG_FLAGS:=nonshared
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/cmake.mk