diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-03-12 01:03:22 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2021-04-05 18:20:29 +0300 |
commit | 427acb71fc8574406a70d41a1f775c0354768cf5 (patch) | |
tree | 32e7f24d9bf926ed05e10a6f9e036de6989dcb7c /package/libs/libcap/patches | |
parent | 180c4635265b4907221a62b3068ac89447cd83d7 (diff) | |
download | upstream-427acb71fc8574406a70d41a1f775c0354768cf5.tar.gz upstream-427acb71fc8574406a70d41a1f775c0354768cf5.tar.bz2 upstream-427acb71fc8574406a70d41a1f775c0354768cf5.zip |
libcap: import from packages feed
Having libcap in OpenWrt base allows us to enable libcap support in
other packages in base.
In lldpd, this would allow the monitor process to drop its privileges
instead of running as root, improving security. It will also allow us to
drop our patch to disable libcap.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/libs/libcap/patches')
-rw-r--r-- | package/libs/libcap/patches/300-disable-tests.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libs/libcap/patches/300-disable-tests.patch b/package/libs/libcap/patches/300-disable-tests.patch new file mode 100644 index 0000000000..c1779e28ec --- /dev/null +++ b/package/libs/libcap/patches/300-disable-tests.patch @@ -0,0 +1,10 @@ +--- a/Makefile ++++ b/Makefile +@@ -17,7 +17,6 @@ ifeq ($(GOLANG),yes) + $(MAKE) -C go $@ + rm -f cap/go.sum + endif +- $(MAKE) -C tests $@ + $(MAKE) -C progs $@ + $(MAKE) -C doc $@ + $(MAKE) -C kdebug $@ |