Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/next 01/10] package/libldns: new package
Date: Fri, 28 Aug 2015 20:36:34 +0200	[thread overview]
Message-ID: <20150828203634.7ae06d9e@free-electrons.com> (raw)
In-Reply-To: <1439317015-8031-2-git-send-email-bernd.kuhls@t-online.de>

Dear Bernd Kuhls,

On Tue, 11 Aug 2015 20:16:46 +0200, Bernd Kuhls wrote:

> diff --git a/package/libldns/libldns.hash b/package/libldns/libldns.hash
> new file mode 100644
> index 0000000..7cc3d43
> --- /dev/null
> +++ b/package/libldns/libldns.hash
> @@ -0,0 +1,2 @@
> +# From http://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.17.tar.gz.sha1
> +sha1	4218897b3c002aadfc7280b3f40cda829e05c9a4	ldns-1.6.17.tar.gz

Could you add a locally calculated sha256 ?

> diff --git a/package/libldns/libldns.mk b/package/libldns/libldns.mk
> new file mode 100644
> index 0000000..e087207
> --- /dev/null
> +++ b/package/libldns/libldns.mk
> @@ -0,0 +1,26 @@
> +################################################################################
> +#
> +# libldns
> +#
> +################################################################################
> +
> +LIBLDNS_VERSION = 1.6.17
> +LIBLDNS_SOURCE = ldns-$(LIBLDNS_VERSION).tar.gz
> +LIBLDNS_SITE = http://www.nlnetlabs.nl/downloads/ldns
> +LIBLDNS_LICENSE = BSD-2c

The license is actually BSD-3c.

However, it doesn't build here:

checking for EVP_sha256... no
configure: error: SHA2 enabled, but no SSL support
package/pkg-generic.mk:146: recipe for target '/home/thomas/projets/buildroot/output/build/libldns-1.6.17/.stamp_configured' failed
make[1]: *** [/home/thomas/projets/buildroot/output/build/libldns-1.6.17/.stamp_configured] Error 1

With the following configuration:

BR2_arm=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm-full-2015.08-rc1-38-gad0f85e.tar.bz2"
BR2_TOOLCHAIN_EXTERNAL_GCC_4_7=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_10=y
BR2_TOOLCHAIN_EXTERNAL_LOCALE=y
# BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set
BR2_TOOLCHAIN_EXTERNAL_INET_RPC=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_INIT_NONE=y
BR2_SYSTEM_BIN_SH_NONE=y
# BR2_PACKAGE_BUSYBOX is not set
BR2_PACKAGE_LIBLDNS=y
# BR2_TARGET_ROOTFS_TAR is not set

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2015-08-28 18:36 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-11 18:16 [Buildroot] [PATCH/next 00/10] package/freeswitch: new package Bernd Kuhls
2015-08-11 18:16 ` [Buildroot] [PATCH/next 01/10] package/libldns: " Bernd Kuhls
2015-08-28 18:36   ` Thomas Petazzoni [this message]
2015-08-11 18:16 ` [Buildroot] [PATCH/next 02/10] package/libyuv: " Bernd Kuhls
2015-08-28 19:18   ` Thomas Petazzoni
2015-08-11 18:16 ` [Buildroot] [PATCH/next 03/10] package/libsilk: " Bernd Kuhls
2015-08-29  8:34   ` Thomas Petazzoni
2015-08-11 18:16 ` [Buildroot] [PATCH/next 04/10] package/libbroadvoice: " Bernd Kuhls
2015-08-29  9:49   ` Thomas Petazzoni
2015-08-11 18:16 ` [Buildroot] [PATCH/next 05/10] package/libcodec2: " Bernd Kuhls
2015-08-29 10:42   ` Thomas Petazzoni
2015-08-11 18:16 ` [Buildroot] [PATCH/next 06/10] package/libg7221: " Bernd Kuhls
2015-08-29 10:45   ` Thomas Petazzoni
2015-08-11 18:16 ` [Buildroot] [PATCH/next 07/10] package/libilbc: " Bernd Kuhls
2015-08-29 10:54   ` Thomas Petazzoni
2015-08-11 18:16 ` [Buildroot] [PATCH/next 08/10] package/libopenh264: " Bernd Kuhls
2015-08-29 12:49   ` Thomas Petazzoni
2015-08-11 18:16 ` [Buildroot] [PATCH/next 09/10] package/libsoundtouch: " Bernd Kuhls
2015-08-29 12:56   ` Thomas Petazzoni
2015-08-11 18:16 ` [Buildroot] [PATCH/next 10/10] package/freeswitch: " Bernd Kuhls
2015-08-29 13:41   ` Thomas Petazzoni
2015-08-29 21:43     ` Bernd Kuhls

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=20150828203634.7ae06d9e@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox