mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-04-30 22:09:50 +08:00
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 <hauke@hauke-m.de>
This commit is contained in:
parent
2905dcb021
commit
cb3dfe55b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user