From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/libhtp: new package
Date: Sat, 13 Apr 2019 22:46:08 +0200 [thread overview]
Message-ID: <20190413224608.770dd966@windsurf> (raw)
In-Reply-To: <20190314212600.20918-1-fontaine.fabrice@gmail.com>
Hello Fabrice,
On Thu, 14 Mar 2019 22:25:59 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> +LIBHTP_VERSION = 0.5.30
> +LIBHTP_SITE = $(call github,OISF,libhtp,$(LIBHTP_VERSION))
> +LIBHTP_LICENSE = BSD-3-Clause
> +LIBHTP_LICENSE_FILES = LICENSE
There was a trailing white space on this line.
> +LIBHTP_DEPENDENCIES = \
> + $(if $(BR2_PACKAGE_LIBICONV),libiconv) \
> + zlib
> +LIBHTP_INSTALL_STAGING = YES
> +# From git
> +LIBHTP_AUTORECONF = YES
> +
> +LIBHTP_CONF_ENV = NO_STACK_PROTECTOR=$(if $(BR2_TOOLCHAIN_HAS_SSP),no,true)
I changed to:
LIBHTP_CONF_ENV = NO_STACK_PROTECTOR=true
indeed, our policy is that we prefer to have our gcc/wrapper handle SSP
support by passing the appropriate flags.
Applied with those changes. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2019-04-13 20:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-14 21:25 [Buildroot] [PATCH 1/2] package/libhtp: new package Fabrice Fontaine
2019-03-14 21:26 ` [Buildroot] [PATCH 2/2] package/suricata: " Fabrice Fontaine
2019-04-13 20:53 ` Thomas Petazzoni
2019-04-15 20:38 ` Fabrice Fontaine
2019-04-13 20:46 ` Thomas Petazzoni [this message]
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=20190413224608.770dd966@windsurf \
--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.