All of 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

* [Buildroot] [PATCH 2/2] package/ulogd: use --without-dbi
  2019-03-14 21:20 [Buildroot] [PATCH 1/2] package/ulogd: use --without-mysql Fabrice Fontaine
@ 2019-03-14 21:20 ` Fabrice Fontaine
  2019-03-14 21:38 ` [Buildroot] [PATCH 1/2] package/ulogd: use --without-mysql Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-03-14 21:20 UTC (permalink / raw)
  To: buildroot

Use --without-dbi instead of --with-dbi=off

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

diff --git a/package/ulogd/ulogd.mk b/package/ulogd/ulogd.mk
index 8fecc0ed38..a2cad40677 100644
--- a/package/ulogd/ulogd.mk
+++ b/package/ulogd/ulogd.mk
@@ -7,7 +7,7 @@
 ULOGD_VERSION = 2.0.7
 ULOGD_SOURCE = ulogd-$(ULOGD_VERSION).tar.bz2
 ULOGD_SITE = http://www.netfilter.org/projects/ulogd/files
-ULOGD_CONF_OPTS = --with-dbi=no
+ULOGD_CONF_OPTS = --without-dbi
 ULOGD_DEPENDENCIES = host-pkgconf \
 	libmnl libnetfilter_acct libnetfilter_conntrack libnetfilter_log \
 	libnfnetlink
-- 
2.14.1

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

* [Buildroot] [PATCH 1/2] package/ulogd: use --without-mysql
  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 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-03-14 21:38 UTC (permalink / raw)
  To: buildroot

On Thu, 14 Mar 2019 22:20:58 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> 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(-)

Both applied, thanks! They could have been a single patch.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.