From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: David GOUARIN <dgouarin@gmail.com>,
Fabrice Fontaine <fontaine.fabrice@gmail.com>,
Laurent Cans <laurent.cans@gmail.com>,
Maxim Kochetkov <fido_max@inbox.ru>,
Phil Eichinger <phil.eichinger@gmail.com>
Subject: [Buildroot] [PATCH 03/11] package/sngrep: remove optional support for pcre, keep pcre2
Date: Mon, 6 Apr 2026 20:22:07 +0200 [thread overview]
Message-ID: <20260406182217.1853895-3-bernd@kuhls.net> (raw)
In-Reply-To: <20260406182217.1853895-1-bernd@kuhls.net>
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/sngrep/sngrep.mk | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/package/sngrep/sngrep.mk b/package/sngrep/sngrep.mk
index 5399d041b5..1c812e0a07 100644
--- a/package/sngrep/sngrep.mk
+++ b/package/sngrep/sngrep.mk
@@ -16,7 +16,7 @@ SNGREP_DEPENDENCIES = libpcap ncurses host-pkgconf
SNGREP_CONF_ENV += \
$(if $(BR2_STATIC_LIBS),LIBS="`$(STAGING_DIR)/usr/bin/pcap-config --static --libs`")
-SNGREP_CONF_OPTS += --disable-unicode
+SNGREP_CONF_OPTS += --without-pcre --disable-unicode
# openssl and gnutls can't be enabled at the same time.
ifeq ($(BR2_PACKAGE_OPENSSL),y)
@@ -33,12 +33,9 @@ endif
ifeq ($(BR2_PACKAGE_PCRE2),y)
SNGREP_DEPENDENCIES += pcre2
-SNGREP_CONF_OPTS += --without-pcre --with-pcre2
-else ifeq ($(BR2_PACKAGE_PCRE),y)
-SNGREP_DEPENDENCIES += pcre
-SNGREP_CONF_OPTS += --with-pcre --without-pcre2
+SNGREP_CONF_OPTS += --with-pcre2
else
-SNGREP_CONF_OPTS += --without-pcre --without-pcre2
+SNGREP_CONF_OPTS += --without-pcre2
endif
ifeq ($(BR2_PACKAGE_ZLIB),y)
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-04-06 18:22 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-06 18:22 [Buildroot] [PATCH 01/11] package/wget: remove optional support for pcre, keep pcre2 Bernd Kuhls
2026-04-06 18:22 ` [Buildroot] [PATCH 02/11] package/tvheadend: " Bernd Kuhls
2026-04-06 18:22 ` Bernd Kuhls [this message]
2026-04-06 18:22 ` [Buildroot] [PATCH 04/11] package/kismet: " Bernd Kuhls
2026-04-06 18:22 ` [Buildroot] [PATCH 05/11] package/haproxy: " Bernd Kuhls
2026-04-06 18:22 ` [Buildroot] [PATCH 06/11] package/pound: " Bernd Kuhls
2026-04-06 18:22 ` [Buildroot] [PATCH 07/11] package/freeradius-server: switch to pcre2 Bernd Kuhls
2026-04-06 18:22 ` [Buildroot] [PATCH 08/11] package/postgis: " Bernd Kuhls
2026-04-07 4:49 ` Maxim Kochetkov via buildroot
2026-04-06 18:22 ` [Buildroot] [PATCH 09/11] package/zsh: " Bernd Kuhls
2026-04-06 18:22 ` [Buildroot] [PATCH 10/11] package/aircrack-ng: " Bernd Kuhls
2026-04-06 18:22 ` [Buildroot] [PATCH 11/11] package/slang: disable pcre module Bernd Kuhls
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260406182217.1853895-3-bernd@kuhls.net \
--to=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=dgouarin@gmail.com \
--cc=fido_max@inbox.ru \
--cc=fontaine.fabrice@gmail.com \
--cc=laurent.cans@gmail.com \
--cc=phil.eichinger@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox