projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51ab7ad
)
strace: add kernel headers include to host cflags to fix build on non-linux systems
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 19 Jul 2015 14:59:16 +0000
(14:59 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 19 Jul 2015 14:59:16 +0000
(14:59 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46423
package/devel/strace/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/strace/Makefile
b/package/devel/strace/Makefile
index b9ed201bbaf030eed4ee181f4ff09efbc1897c05..76c140aa572f3c1e4f9cc0cc591c321a5ef54b03 100644
(file)
--- a/
package/devel/strace/Makefile
+++ b/
package/devel/strace/Makefile
@@
-27,6
+27,8
@@
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
+HOST_CFLAGS += -I$(LINUX_DIR)/user_headers/include
+
CONFIGURE_VARS+= \
LDFLAGS_FOR_BUILD="$(HOST_LDFLAGS)" \
CPPFLAGS_FOR_BUILD="$(HOST_CPPFLAGS)" \