diff options
Diffstat (limited to 'extra/libelf')
-rwxr-xr-x | extra/libelf/build | 17 | ||||
-rw-r--r-- | extra/libelf/checksums | 5 | ||||
-rw-r--r-- | extra/libelf/meta | 3 | ||||
-rw-r--r-- | extra/libelf/sources | 2 | ||||
-rw-r--r-- | extra/libelf/version | 2 |
5 files changed, 20 insertions, 9 deletions
diff --git a/extra/libelf/build b/extra/libelf/build index 64d0e04d..ab7be6a0 100755 --- a/extra/libelf/build +++ b/extra/libelf/build @@ -4,12 +4,19 @@ export CFLAGS="$CFLAGS -Wno-error" # Disable configure error for missing argp, fts, and obstack. -sed -i -e 's/as_fn_error.*argp/: "/g' \ - -e 's/as_fn_error.*fts/: "/g' \ - -e 's/as_fn_error.*obstack/: "/g' configure +clsed 's/as_fn_error.*argp/: "/g' configure +clsed 's/as_fn_error.*fts/: "/g' configure +clsed 's/as_fn_error.*obstack/: "/g' configure -# Don't compile two unrelated C files which require argp. -sed -i 's/color.*printversion../#/g' lib/Makefile.in +# Don't compile unrelated C files which require argp. +# +# False positive, we are not trying to expand anything +# shellcheck disable=2016 +{ + clsed 's/color.*printversion../#/g' lib/Makefile.in + clsed 's/error.*printversion../#/g' lib/Makefile.in + clsed 's/color\.\$(OBJ/#/g' lib/Makefile.in +} ./configure \ --prefix=/usr \ diff --git a/extra/libelf/checksums b/extra/libelf/checksums index 601341b5..e2745edd 100644 --- a/extra/libelf/checksums +++ b/extra/libelf/checksums @@ -1,2 +1,3 @@ -c3637c208d309d58714a51e61e63f1958808fead882e9b607506a29e5474f2c5 elfutils-0.183.tar.bz2 -bf11b56670c7919b44e33b5b0f3a216b7f20cf2859b74bf5e2e837532f8e0579 error.h +%BLAKE3 +e9e3f567ab63784d968f708c08ea5a09dd5fae2f0846d0d43a2ebc8b542c15b2 elfutils-0.191.tar.bz2 +08e8eb364790fd0a2ad16aa325397b0a9213fab374ebc1402ad305736d1a93f3 error.h diff --git a/extra/libelf/meta b/extra/libelf/meta new file mode 100644 index 00000000..3ccf6d69 --- /dev/null +++ b/extra/libelf/meta @@ -0,0 +1,3 @@ +description: ELF object library +license: GPL-3.0-or-later +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libelf/sources b/extra/libelf/sources index 1bf25c54..9fea8780 100644 --- a/extra/libelf/sources +++ b/extra/libelf/sources @@ -1,2 +1,2 @@ -https://sourceware.org/elfutils/ftp/0.183/elfutils-0.183.tar.bz2 +https://sourceware.org/elfutils/ftp/0.191/elfutils-0.191.tar.bz2 files/error.h lib diff --git a/extra/libelf/version b/extra/libelf/version index 185ce78d..86988463 100644 --- a/extra/libelf/version +++ b/extra/libelf/version @@ -1 +1 @@ -0.183 1 +0.191 1 |