[Buildroot] [PATCH 1/1] package/libtasn1: do not package tasn1 programs and tests for target

moritz at h6t.eu moritz at h6t.eu
Tue Oct 19 06:39:14 UTC 2021


From: Moritz Bitsch <moritz at h6t.eu>

no included package depends on the tests or programs

Signed-off-by: Moritz Bitsch <moritz at h6t.eu>
---
 package/libtasn1/libtasn1.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/libtasn1/libtasn1.mk b/package/libtasn1/libtasn1.mk
index d9d14fde83..da7f885fe5 100644
--- a/package/libtasn1/libtasn1.mk
+++ b/package/libtasn1/libtasn1.mk
@@ -20,4 +20,8 @@ LIBTASN1_CONF_ENV = MAKEINFO="true"
 
 LIBTASN1_CONF_OPTS = CFLAGS="$(TARGET_CFLAGS) -std=gnu99"
 
+define LIBTASN1_INSTALL_TARGET_CMDS
+	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/lib DESTDIR=$(TARGET_DIR) install
+endef
+
 $(eval $(autotools-package))
-- 
2.31.1



More information about the buildroot mailing list