mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
0709f6e798
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
12 lines
311 B
Diff
12 lines
311 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -244,7 +244,7 @@ check_elf()
|
|
check_selinux()
|
|
# SELinux is a compile time option in the ss utility
|
|
{
|
|
- if ${PKG_CONFIG} libselinux --exists; then
|
|
+ if [ "${HAVE_SELINUX}" = "y" ] && ${PKG_CONFIG} libselinux --exists; then
|
|
echo "HAVE_SELINUX:=y" >>$CONFIG
|
|
echo "yes"
|
|
|