From: Daniel Nicoletti <dantti12@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] package/cutelyst: Fix build dependencies
Date: Thu, 6 Sep 2018 08:32:02 -0300 [thread overview]
Message-ID: <20180906113202.18749-1-dantti12@gmail.com> (raw)
Add missing optional dependencies need when
the dependency was available, disabling Grantlee
plugin for now as it failed to build.
Fixes:
http://autobuild.buildroot.net/results/90c56e4e001daa71efd92c926fe3a5dc5ec759e7/
Signed-off-by: Daniel Nicoletti <dantti12@gmail.com>
---
package/cutelyst/cutelyst.mk | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/package/cutelyst/cutelyst.mk b/package/cutelyst/cutelyst.mk
index 438ac091c6..2d1c9b1532 100644
--- a/package/cutelyst/cutelyst.mk
+++ b/package/cutelyst/cutelyst.mk
@@ -15,20 +15,16 @@ CUTELYST_DEPENDENCIES = qt5base
CUTELYST_CONF_OPTS += \
-DPLUGIN_CSRFPROTECTION=ON
-ifeq ($(BR2_PACKAGE_GRANTLEE),y)
-CUTELYST_CONF_OPTS += -DPLUGIN_VIEW_GRANTLEE=ON
-else
-CUTELYST_CONF_OPTS += -DPLUGIN_VIEW_GRANTLEE=OFF
-endif
-
ifeq ($(BR2_PACKAGE_LIBPWQUALITY),y)
CUTELYST_CONF_OPTS += -DPLUGIN_VALIDATOR_PWQUALITY=ON
+CUTELYST_DEPENDENCIES += libpwquality
else
CUTELYST_CONF_OPTS += -DPLUGIN_VALIDATOR_PWQUALITY=OFF
endif
ifeq ($(BR2_PACKAGE_JEMALLOC),y)
CUTELYST_CONF_OPTS += -DUSE_JEMALLOC=ON
+CUTELYST_DEPENDENCIES += jemalloc
else
CUTELYST_CONF_OPTS += -DUSE_JEMALLOC=OFF
endif
--
2.17.1
next reply other threads:[~2018-09-06 11:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-06 11:32 Daniel Nicoletti [this message]
2018-09-06 12:20 ` [Buildroot] [PATCH v2] package/cutelyst: Fix build dependencies Daniel Nicoletti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180906113202.18749-1-dantti12@gmail.com \
--to=dantti12@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox