packages/libs/libcap/patches/300-disable-tests.patch
Paulo Machado bb34fcebe5 libcap: fix build failure
Building is failing during the test compilation due to static compilation.

Disable tests as they are not being used.

Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
2020-03-20 00:54:27 +00:00

10 lines
189 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,6 @@ endif
ifeq ($(GOLANG),yes)
$(MAKE) -C go $@
endif
- $(MAKE) -C tests $@
$(MAKE) -C progs $@
$(MAKE) -C doc $@
$(MAKE) -C kdebug $@