summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-27 23:12:00 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-27 23:12:00 +0200
commit6a0a168f9422e8ec5e6043c46da9c355d703e2a9 (patch)
treeae2cd4749f15b8a1ae7bd65d3efc4321e8543f45 /sys-devel/bmake/files/bmake-20210206-lib-mk.patch
parentsys-devel/bmake: Stabilize 20210420 on amd64 (diff)
downloadgentoo-6a0a168f9422e8ec5e6043c46da9c355d703e2a9.tar.gz
gentoo-6a0a168f9422e8ec5e6043c46da9c355d703e2a9.tar.bz2
gentoo-6a0a168f9422e8ec5e6043c46da9c355d703e2a9.zip
sys-devel/bmake: Remove old 20210314-r1
Closes: https://github.com/gentoo/gentoo/pull/20723 Closes: https://github.com/gentoo/gentoo/pull/21008 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-devel/bmake/files/bmake-20210206-lib-mk.patch')
-rw-r--r--sys-devel/bmake/files/bmake-20210206-lib-mk.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-devel/bmake/files/bmake-20210206-lib-mk.patch b/sys-devel/bmake/files/bmake-20210206-lib-mk.patch
deleted file mode 100644
index 5f860b6f15aa..000000000000
--- a/sys-devel/bmake/files/bmake-20210206-lib-mk.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/mk/lib.mk
-+++ b/mk/lib.mk
-@@ -170,7 +170,7 @@ LD_solib= lib${LIB}_pic.a
- .elif ${TARGET_OSNAME} == "Linux"
- SHLIB_LD = ${CC}
- # this is ambiguous of course
--LD_shared=-shared -Wl,"-soname lib${LIB}.so.${SHLIB_MAJOR}"
-+LD_shared=-shared -Wl,-soname,lib${LIB}.so.${SHLIB_MAJOR}
- LD_solib= -Wl,--whole-archive lib${LIB}_pic.a -Wl,--no-whole-archive
- .if ${COMPILER_TYPE} == "gcc"
- # Linux uses GNU ld, which is a multi-pass linker