diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-14 22:34:36 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-14 22:34:59 +0100 |
commit | 46104220f70097c1d76730600de243ae52e85682 (patch) | |
tree | 329084dbcca4c67792af63311e73d646cda3baba /dev-libs/elfutils/files | |
parent | dev-util/radare2: bump up to 3.7.1 (diff) | |
download | gentoo-46104220f70097c1d76730600de243ae52e85682.tar.gz gentoo-46104220f70097c1d76730600de243ae52e85682.tar.bz2 gentoo-46104220f70097c1d76730600de243ae52e85682.zip |
dev-libs/elfutils: bump up to 0.177
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/elfutils/files')
-rw-r--r-- | dev-libs/elfutils/files/elfutils-0.177-disable-large.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/elfutils/files/elfutils-0.177-disable-large.patch b/dev-libs/elfutils/files/elfutils-0.177-disable-large.patch new file mode 100644 index 000000000000..782958517611 --- /dev/null +++ b/dev-libs/elfutils/files/elfutils-0.177-disable-large.patch @@ -0,0 +1,14 @@ +getconf does not disable test on 64-kernel with CFLAGS=-m32 +--- a/tests/run-large-elf-file.sh ++++ b/tests/run-large-elf-file.sh +@@ -19,6 +19,10 @@ + + # Only run on 64bit systems, 32bit systems don't support > 4GB + # ELF files. ++ ++# this detection fails for 64-bit systems with -m32 ++exit 77 ++ + long_bit=$(getconf LONG_BIT) + echo "long_bit: $long_bit" + if test $long_bit -ne 64; then |