Browse Source

libcgroup: don't build tests

Speeds up compile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 4 years ago
parent
commit
8851c94970
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
2 changed files with 11 additions and 1 deletions
  1. +2
    -1
      libs/libcgroup/Makefile
  2. +9
    -0
      libs/libcgroup/patches/020-tests.patch

+ 2
- 1
libs/libcgroup/Makefile View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libcgroup
PKG_VERSION:=0.41
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/libcg
@ -12,6 +12,7 @@ PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com>
PKG_LICENSE:=LGPL-2.1-or-later
PKG_LICENSE_FILES:=COPYING
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1


+ 9
- 0
libs/libcgroup/patches/020-tests.patch View File

@ -0,0 +1,9 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = dist doc include samples scripts src tests
+SUBDIRS = dist include samples scripts src
EXTRA_DIST = README_daemon libcgroup.doxyfile README_systemd

Loading…
Cancel
Save