projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
638a3eb
)
sed: disable further SELinux features
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Aug 2012 22:38:09 +0000
(22:38 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Aug 2012 22:38:09 +0000
(22:38 +0000)
SVN-Revision: 33120
tools/sed/Makefile
patch
|
blob
|
history
diff --git
a/tools/sed/Makefile
b/tools/sed/Makefile
index 019df953d60272ff4e5251cc0897b266eb787489..210feceb715f60d2b4b464ea39332dcc4ab06d8c 100644
(file)
--- a/
tools/sed/Makefile
+++ b/
tools/sed/Makefile
@@
-23,6
+23,8
@@
HOST_CONFIGURE_ARGS += \
HOST_CONFIGURE_VARS += \
ac_cv_search_setfilecon=no \
+ ac_cv_header_selinux_context_h=no \
+ ac_cv_header_selinux_selinux_h=no \
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="-static"