From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3,2/2] package/zeek: new package
Date: Mon, 26 Oct 2020 22:08:41 +0100 [thread overview]
Message-ID: <20201026220841.085177d8@windsurf.home> (raw)
In-Reply-To: <20201025161246.1622486-2-fontaine.fabrice@gmail.com>
Hello Fabrice,
On Sun, 25 Oct 2020 17:12:46 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> +ZEEK_CONF_OPTS = \
> + -DBIFCL_EXE_PATH=$(HOST_DIR)/bin/bifcl \
> + -DBINPAC_EXE_PATH=$(HOST_DIR)/bin/binpac \
> + -DBROKER_DISABLE_DOCS=ON \
> + -DBROKER_DISABLE_TESTS=ON \
> + -DINSTALL_AUX_TOOLS=ON \
> + -DZEEK_ETC_INSTALL_DIR=/etc
> +
> +define ZEEK_FIX_PYTHON_PATH
> + $(SED) 's, at PYTHON_EXECUTABLE@,/usr/bin/python,' \
> + $(@D)/auxil/zeekctl/ZeekControl/ssh_runner.py
> +endef
> +
> +ZEEK_POST_CONFIGURE_HOOKS += ZEEK_FIX_PYTHON_PATH
Does this needs to be a post-configure hook ? Isn't that needed simply
after the installation ?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2020-10-26 21:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-25 16:12 [Buildroot] [PATCH v3,1/2] package/libpcap: add host variant Fabrice Fontaine
2020-10-25 16:12 ` [Buildroot] [PATCH v3,2/2] package/zeek: new package Fabrice Fontaine
2020-10-26 21:08 ` Thomas Petazzoni [this message]
2020-10-26 22:50 ` Fabrice Fontaine
2020-10-27 8:25 ` Thomas Petazzoni
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=20201026220841.085177d8@windsurf.home \
--to=thomas.petazzoni@bootlin.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 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.