* [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
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