mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
c4415993e1
Explicitly deactivate libselinux, otherwise we get a hard dependency to libselinux. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
11 lines
319 B
Diff
11 lines
319 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -21,7 +21,6 @@ man_MANS = doc/strace.1 doc/strace-log-m
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I src/xlat
|
|
|
|
-@CODE_COVERAGE_RULES@
|
|
CODE_COVERAGE_BRANCH_COVERAGE = 1
|
|
CODE_COVERAGE_GENHTML_OPTIONS = $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) \
|
|
--title "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
|