mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--- 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 $@
|
||||
Reference in New Issue
Block a user