All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 3/4] package/beecrypt: add host variant
Date: Thu, 3 Sep 2015 22:39:45 +0200	[thread overview]
Message-ID: <55E8B011.2060008@mind.be> (raw)
In-Reply-To: <20150903163203.GE3607@free.fr>

On 03-09-15 18:32, Yann E. MORIN wrote:
> James, All,
> 
> On 2015-09-03 11:23 -0400, James Knight spake thusly:
[snip]
>> -BEECRYPT_CONF_OPTS = \
>> +BEECRYPT_CONFIGURE_ARGS = \
>>  	--disable-expert-mode \
>> +	--disable-openmp \
>>  	--without-java \
>> -	--without-python \
>> -	--disable-openmp
>> +	--without-python
>> +
>> +BEECRYPT_CONF_OPTS += \
>> +	$(BEECRYPT_CONFIGURE_ARGS)
>> +
>> +HOST_BEECRYPT_CONF_OPTS += \
>> +	$(BEECRYPT_CONFIGURE_ARGS) \
>> +	--without-cplusplus
> 
> Well, I forgot to say: you do not need an intermediate variable:
> 
>     BEECRYPT_CONF_OPTS = \
>         --disable-expert-mode \
>         --without-java \
>         --without-python \
>         --disable-openmp
> 
>     HOST_BEECRYPT_CONF_OPTS = \
>         $(BEECRYPT_CONF_OPTS) \
>         --without-cplusplus

 Actually, I'd prefer to copy the config options, since in the future they may
change independently for the host and the target.

 Same for rpm, obviously.


 Regards,
 Arnout

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

  reply	other threads:[~2015-09-03 20:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-03 15:23 [Buildroot] [PATCH v3 1/4] package/rpm: bump to version 4.12.0.1 James Knight
2015-09-03 15:23 ` [Buildroot] [PATCH v3 2/4] package/berkeleydb: add host variant James Knight
2015-09-03 16:13   ` Yann E. MORIN
2015-09-03 15:23 ` [Buildroot] [PATCH v3 3/4] package/beecrypt: " James Knight
2015-09-03 16:15   ` Yann E. MORIN
2015-09-03 16:32   ` Yann E. MORIN
2015-09-03 20:39     ` Arnout Vandecappelle [this message]
2015-09-03 15:23 ` [Buildroot] [PATCH v3 4/4] package/rpm: " James Knight
2015-09-03 18:35   ` Yann E. MORIN
2015-09-03 20:34     ` James Knight
2015-09-03 20:55       ` Yann E. MORIN
2015-09-04 11:22 ` [Buildroot] [PATCH v3 1/4] package/rpm: bump to version 4.12.0.1 Vicente Olivert Riera
2015-10-03 14:15 ` Peter Korsgaard
2015-10-05 14:31   ` James Knight

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=55E8B011.2060008@mind.be \
    --to=arnout@mind.be \
    --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.