All of lore.kernel.org
 help / color / mirror / Atom feed
From: rdkehn at yahoo.com <rdkehn@yahoo.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v8 1/1] package/dhcp: bump version to 4.3.3-P1
Date: Tue, 16 Feb 2016 20:35:58 -0600	[thread overview]
Message-ID: <20160217023557.GA21231@dkarchlinux64.gateway.pace.com> (raw)
In-Reply-To: <56C38BD7.3000805@mind.be>

Hi Arnout, Ricardo,

On Tue, Feb 16, 2016 at 09:51:35PM +0100, Arnout Vandecappelle wrote:
> On 15-02-16 00:19, Ricardo Martincoski wrote:
> > Doug, Arnout,
> > 
> > On Sun, Feb 14, 2016 at 02:24 PM, Doug Kehn <rdkehn@yahoo.com> wrote:
> >> +# bind configure is called via dhcp make instead of dhcp configure. The make env
> >> +# needs extra values for bind configure.
> >> +DHCP_MAKE_ENV = \
> >> +	$(TARGET_CONFIGURE_OPTS) \
> >> +	BUILD_CC="$(HOSTCC)" \
> >> +	BUILD_CFLAGS="$(HOST_CFLAGS)" \
> >> +	BUILD_CPPFLAGS="$(HOST_CXXFLAGS)" \
> > 
> > It is conceptually wrong. Probably a typo.
> > 
> > https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
> > CXXFLAGS  Extra flags to give to the C++ compiler.
> > CPPFLAGS  Extra flags to give to the C preprocessor and programs that
> >           use it (the C and Fortran compilers).
> > 

Yeah, that is a typo.


> >> +	BUILD_LDFLAGS="$(HOST_LDFLAGS)"
> >> +
> > 
> > 
> > Arnout,
> > Can you confirm this is what you suggested?
> > 
> > DHCP_MAKE_ENV = \
> > 	$(TARGET_CONFIGURE_OPTS) \
> > 	BUILD_CC="$(HOSTCC)" \
> > 	BUILD_CFLAGS="$(HOST_CFLAGS)" \
> > 	BUILD_CPPFLAGS="$(HOST_CPPFLAGS)" \
> > 	BUILD_LDFLAGS="$(HOST_LDFLAGS)"
> 
>  Indeed it was. I shouldn't have told Doug to add my Reviewed-by it seems :-)

It didn't feel right adding a Reviewed-by. I'll make one more
attempt.

Regards,
...doug

      reply	other threads:[~2016-02-17  2:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-14 16:24 [Buildroot] [PATCH v8 1/1] package/dhcp: bump version to 4.3.3-P1 Doug Kehn
2016-02-14 23:19 ` Ricardo Martincoski
2016-02-16 20:51   ` Arnout Vandecappelle
2016-02-17  2:35     ` rdkehn at yahoo.com [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=20160217023557.GA21231@dkarchlinux64.gateway.pace.com \
    --to=rdkehn@yahoo.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.