Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/ulogd: dbi needs threads
@ 2023-01-14 17:25 Fabrice Fontaine
  2023-01-14 17:25 ` [Buildroot] [PATCH 2/2] package/ulogd: fix mysql build Fabrice Fontaine
  2023-01-30 21:57 ` [Buildroot] [PATCH 1/2] package/ulogd: dbi needs threads Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2023-01-14 17:25 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Commit 3b3dbd0183265c3f7da49b0b331688fb7573383f forgot to disable dbi
without threads

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/ulogd/ulogd.mk | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/package/ulogd/ulogd.mk b/package/ulogd/ulogd.mk
index 561429599c..7d4a1fde4d 100644
--- a/package/ulogd/ulogd.mk
+++ b/package/ulogd/ulogd.mk
@@ -41,7 +41,11 @@ else
 ULOGD_CONF_OPTS += --disable-sqlite3
 endif
 else
-ULOGD_CONF_OPTS += --disable-mysql --disable-pgsql --disable-sqlite3
+ULOGD_CONF_OPTS += \
+	--disable-dbi \
+	--disable-mysql \
+	--disable-pgsql \
+	--disable-sqlite3
 endif
 
 ifeq ($(BR2_PACKAGE_LIBPCAP),y)
-- 
2.39.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-30 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-14 17:25 [Buildroot] [PATCH 1/2] package/ulogd: dbi needs threads Fabrice Fontaine
2023-01-14 17:25 ` [Buildroot] [PATCH 2/2] package/ulogd: fix mysql build Fabrice Fontaine
2023-01-30 21:57 ` [Buildroot] [PATCH 1/2] package/ulogd: dbi needs threads Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox