mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 08:28:20 +04: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:
10
libs/libcap/patches/300-disable-tests.patch
Normal file
10
libs/libcap/patches/300-disable-tests.patch
Normal file
@@ -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