From 7d4930695581f6c19634e504a7430ce9eb5f8c9f Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 22 Nov 2022 17:03:02 +0100 Subject: pcre2: dont install libpcre2-posix It's currently not used by anything in ptxdist. If a new package needs it, then we can add it again. Signed-off-by: Michael Olbrich --- rules/pcre2.make | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/pcre2.make b/rules/pcre2.make index 79000b08a..cf8f11efb 100644 --- a/rules/pcre2.make +++ b/rules/pcre2.make @@ -74,7 +74,6 @@ $(STATEDIR)/pcre2.targetinstall: ifdef PTXCONF_PCRE2_8 @$(call install_lib, pcre2, 0, 0, 0644, libpcre2-8) - @$(call install_lib, pcre2, 0, 0, 0644, libpcre2-posix) endif ifdef PTXCONF_PCRE2_16 @$(call install_lib, pcre2, 0, 0, 0644, libpcre2-16) -- cgit v1.2.3