mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: Re: [ptxdist] [PATCH 2/9] libelf: version bump 0.176 -> 0.180
Date: Thu, 30 Jul 2020 15:37:08 +0200	[thread overview]
Message-ID: <20200730133708.GJ30568@pengutronix.de> (raw)
In-Reply-To: <20200725191307.2424653-2-r.schwebel@pengutronix.de>

On Sat, Jul 25, 2020 at 09:13:00PM +0200, Robert Schwebel wrote:
> Adapt configure options accordingly.
> 
> Since 0.180, the libebl_$ARCH.so libraries are compiled into libdw.so,
> so they don't have to be installed separately any more. See upstream
> commit 4f937e24dc7ad1820fc7c99a6dd6422657f14666 for details.
> 
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>

There are patches for the old version.

Michael

> ---
>  rules/libelf.make | 12 +++++-------
>  1 file changed, 5 insertions(+), 7 deletions(-)
> 
> diff --git a/rules/libelf.make b/rules/libelf.make
> index 815ac1205..21cbf3b32 100644
> --- a/rules/libelf.make
> +++ b/rules/libelf.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBELF) += libelf
>  #
>  # Paths and names
>  #
> -LIBELF_VERSION	:= 0.176
> -LIBELF_MD5	:= 077e4f49320cad82bf17a997068b1db9
> +LIBELF_VERSION	:= 0.180
> +LIBELF_MD5	:= 23feddb1b3859b03ffdbaf53ba6bd09b
>  LIBELF		:= elfutils-$(LIBELF_VERSION)
>  LIBELF_SUFFIX	:= tar.bz2
>  LIBELF_URL	:= https://sourceware.org/elfutils/ftp/$(LIBELF_VERSION)/$(LIBELF).$(LIBELF_SUFFIX)
> @@ -42,11 +42,13 @@ LIBELF_CONF_OPT	:= \
>  	--disable-gcov \
>  	--disable-sanitize-undefined \
>  	--disable-valgrind \
> +	--disable-valgrind-annotations \
>  	--disable-tests-rpath \
> -	--enable-libebl-subdir=elfutils \
>  	--enable-textrelcheck \
>  	--enable-symbol-versioning \
>  	--disable-nls \
> +	--disable-debuginfod \
> +	--without-valgrind \
>  	--with-zlib \
>  	--without-bzlib \
>  	--without-lzma \
> @@ -74,10 +76,6 @@ $(STATEDIR)/libelf.targetinstall:
>  
>  ifdef PTXCONF_LIBELF_LIBDW
>  	@$(call install_lib, libelf, 0, 0, 0644, libdw-$(LIBELF_VERSION))
> -	@$(call install_lib, libelf, 0, 0, 0644, \
> -		elfutils/libebl_$(LIBELF_ARCH)-$(LIBELF_VERSION))
> -	@$(call install_link, libelf, libebl_$(LIBELF_ARCH)-$(LIBELF_VERSION).so, \
> -		/usr/lib/elfutils/libebl_$(LIBELF_ARCH).so)
>  endif
>  
>  ifdef PTXCONF_LIBELF_LIBASM
> -- 
> 2.27.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

  parent reply	other threads:[~2020-07-30 13:37 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-25 19:12 [ptxdist] [PATCH 1/9] glib: version bump 2.62.2 -> 2.64.4 (latest stable) Robert Schwebel
2020-07-25 19:13 ` [ptxdist] [PATCH 2/9] libelf: version bump 0.176 -> 0.180 Robert Schwebel
2020-07-30 13:35   ` Michael Olbrich
2020-07-30 14:54     ` [ptxdist] [PATCHv2] " Robert Schwebel
2020-07-30 13:37   ` Michael Olbrich [this message]
2020-07-30 14:52     ` [ptxdist] [PATCH 2/9] " Robert Schwebel
2020-07-30 17:59       ` Michael Olbrich
2020-07-30 19:00         ` [ptxdist] [PATCHv3] " Robert Schwebel
2020-08-03  6:30           ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 3/9] networkmanager: version bump 1.22.10 -> 1.26.0 (latest stable) Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 4/9] libtasn1: version bump 4.13 -> 4.16.0 Robert Schwebel
2020-07-30 13:36   ` Michael Olbrich
2020-07-30 14:47     ` [ptxdist] [PATCH] " Robert Schwebel
2020-08-03  6:30       ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 5/9] libusb: version bump 1.0.22 -> 1.0.23 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 6/9] dbus: version bump 1.12.10 -> 1.12.20 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 7/9] libpcre: version bump 8.43 -> 8.44 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 8/9] libcap: version bump 2.36 -> 2.41 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 9/9] e2fsprogs: version bump 1.44.4 -> 1.44.6 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-08-03  6:30 ` [ptxdist] [APPLIED] glib: version bump 2.62.2 -> 2.64.4 (latest stable) Michael Olbrich

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=20200730133708.GJ30568@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=r.schwebel@pengutronix.de \
    /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