From: Hauke Mehrtens Date: Mon, 15 Aug 2022 14:56:14 +0000 (+0200) Subject: bluld: Do not include kernel headers into user space application X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7cef0bca23620644efd7d11e4c1a8272c2f369a2;p=openwrt-packages.git bluld: Do not include kernel headers into user space application Remove the extra include for kernel headers from this user space application. These extra includes are causing compile errors when compiling with glibc. User space applications should not need such headers. Signed-off-by: Hauke Mehrtens --- diff --git a/utils/bluld/Makefile b/utils/bluld/Makefile index 4d706984d..7c1f900bd 100644 --- a/utils/bluld/Makefile +++ b/utils/bluld/Makefile @@ -16,9 +16,6 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/kernel.mk -EXTRA_CXXFLAGS = -I$(LINUX_DIR)/include -EXTRA_CFLAGS = -I$(LINUX_DIR)/include - include $(INCLUDE_DIR)/cmake.mk define Package/bluld