diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-12 12:50:43 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-13 21:50:27 -0700 |
commit | 8851c949702544c26018d1b9477b02f3663bd8a0 (patch) | |
tree | 899b9ce35f13eab67b14e4bd72031d0fba1e5d5c /libs/libcgroup | |
parent | d8d06cfca262d97c7d3a3481c6a0f2cd3803c250 (diff) |
libcgroup: don't build tests
Speeds up compile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libcgroup')
-rw-r--r-- | libs/libcgroup/Makefile | 3 | ||||
-rw-r--r-- | libs/libcgroup/patches/020-tests.patch | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/libs/libcgroup/Makefile b/libs/libcgroup/Makefile index 2545c78cf..2258e1145 100644 --- a/libs/libcgroup/Makefile +++ b/libs/libcgroup/Makefile @@ -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 diff --git a/libs/libcgroup/patches/020-tests.patch b/libs/libcgroup/patches/020-tests.patch new file mode 100644 index 000000000..72d64b497 --- /dev/null +++ b/libs/libcgroup/patches/020-tests.patch @@ -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 + |