Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/ulogd: use --without-mysql
@ 2019-03-14 21:20 Fabrice Fontaine
  2019-03-14 21:20 ` [Buildroot] [PATCH 2/2] package/ulogd: use --without-dbi Fabrice Fontaine
  2019-03-14 21:38 ` [Buildroot] [PATCH 1/2] package/ulogd: use --without-mysql Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-03-14 21:20 UTC (permalink / raw)
  To: buildroot

Replace --with-mysql=no by --without-mysql

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

diff --git a/package/ulogd/ulogd.mk b/package/ulogd/ulogd.mk
index 55bbec489d..8fecc0ed38 100644
--- a/package/ulogd/ulogd.mk
+++ b/package/ulogd/ulogd.mk
@@ -20,7 +20,7 @@ ifeq ($(BR2_PACKAGE_MYSQL),y)
 ULOGD_CONF_OPTS += --with-mysql=$(STAGING_DIR)/usr
 ULOGD_DEPENDENCIES += mysql
 else
-ULOGD_CONF_OPTS += --with-mysql=no
+ULOGD_CONF_OPTS += --without-mysql
 endif
 ifeq ($(BR2_PACKAGE_POSTGRESQL),y)
 ULOGD_CONF_OPTS += --with-pgsql
@@ -32,7 +32,7 @@ ifeq ($(BR2_PACKAGE_SQLITE),y)
 ULOGD_DEPENDENCIES += sqlite
 endif
 else
-ULOGD_CONF_OPTS += --with-mysql=no --without-pgsql --without-sqlite
+ULOGD_CONF_OPTS += --without-mysql --without-pgsql --without-sqlite
 endif
 
 ifeq ($(BR2_PACKAGE_LIBPCAP),y)
-- 
2.14.1

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

end of thread, other threads:[~2019-03-14 21:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-14 21:20 [Buildroot] [PATCH 1/2] package/ulogd: use --without-mysql Fabrice Fontaine
2019-03-14 21:20 ` [Buildroot] [PATCH 2/2] package/ulogd: use --without-dbi Fabrice Fontaine
2019-03-14 21:38 ` [Buildroot] [PATCH 1/2] package/ulogd: use --without-mysql Thomas Petazzoni

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