From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnout Vandecappelle Date: Wed, 10 Feb 2016 23:51:34 +0100 Subject: [Buildroot] [PATCH v7 1/1] package/dhcp: bump version to 4.3.3-P1 In-Reply-To: <1454639985-620-1-git-send-email-rdkehn@yahoo.com> References: <1454639985-620-1-git-send-email-rdkehn@yahoo.com> Message-ID: <56BBBEF6.5050904@mind.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 05-02-16 03:39, Doug Kehn wrote: > bind source tar-ball is now embedded into the dhcp source. The embedded > bind tar-ball is extracted after the dhcp source so cross compiling > patches can be applied to the dhcp and bind before the package is built. > > The embedded bind configure is called as part of dhcp make instead of > dhcp configure; therefore, needed configure parameters are set in the > make env. > > 0001-dhcp-cross-compile.patch and 0002-bind-cross-compile.patch have > been submitted upstream as part of a cross compiling enhancement > suggestion to dhcp-suggest at isc.org. Reference ISC-Bugs #41502. > 0003-bind-hos-cc.patch is already scheduled for the next dhcp release. > > Buildroot thread > http://lists.busybox.net/pipermail/buildroot/2016-January/149079.html > has related information. > > Signed-off-by: Doug Kehn > Cc: Arnout Vandecappelle > Cc: Ricardo Martincoski [snip] > +# 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)" For consistency, we should also pass HOST_CFLAGS, HOST_CPPFLAGS and HOST_LDFLAGS, but they're actually not so useful. Oh, wait, the HOST_LDFLAGS are, in case it links with anything in HOST_DIR (which it doesn't, of course). Still, just to be safe... With that, you can add my Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Regards, Arnout > + > ifeq ($(BR2_PACKAGE_DHCP_SERVER_DELAYED_ACK),y) > DHCP_CONF_OPTS += --enable-delayed-ack > endif > -- 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