Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ulogd: add --with-sqlite option
@ 2019-03-15  7:41 Fabrice Fontaine
  2019-03-15 20:46 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-03-15  7:41 UTC (permalink / raw)
  To: buildroot

Use --with-sqlite and --without-sqlite options

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

diff --git a/package/ulogd/ulogd.mk b/package/ulogd/ulogd.mk
index a2cad40677..1b86c12773 100644
--- a/package/ulogd/ulogd.mk
+++ b/package/ulogd/ulogd.mk
@@ -29,7 +29,10 @@ else
 ULOGD_CONF_OPTS += --without-pgsql
 endif
 ifeq ($(BR2_PACKAGE_SQLITE),y)
+ULOGD_CONF_OPTS += --with-sqlite
 ULOGD_DEPENDENCIES += sqlite
+else
+ULOGD_CONF_OPTS += --without-sqlite
 endif
 else
 ULOGD_CONF_OPTS += --without-mysql --without-pgsql --without-sqlite
-- 
2.14.1

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

* [Buildroot] [PATCH 1/1] package/ulogd: add --with-sqlite option
  2019-03-15  7:41 [Buildroot] [PATCH 1/1] package/ulogd: add --with-sqlite option Fabrice Fontaine
@ 2019-03-15 20:46 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-03-15 20:46 UTC (permalink / raw)
  To: buildroot

On Fri, 15 Mar 2019 08:41:42 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Use --with-sqlite and --without-sqlite options
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/ulogd/ulogd.mk | 3 +++
>  1 file changed, 3 insertions(+)

Applied to master, thanks.

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

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

end of thread, other threads:[~2019-03-15 20:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-15  7:41 [Buildroot] [PATCH 1/1] package/ulogd: add --with-sqlite option Fabrice Fontaine
2019-03-15 20:46 ` Thomas Petazzoni

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