commit: 35973731889787c2e62b90ee8a9e6aaccea4ee00 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Jun 23 08:00:12 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Jun 23 08:00:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35973731
app-editors/e3: Use default options for linking. Closes: https://bugs.gentoo.org/729232 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-editors/e3/files/e3-2.8.2-makefile.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/e3/files/e3-2.8.2-makefile.patch b/app-editors/e3/files/e3-2.8.2-makefile.patch index 5a22ff67e09..b37381ef2e2 100644 --- a/app-editors/e3/files/e3-2.8.2-makefile.patch +++ b/app-editors/e3/files/e3-2.8.2-makefile.patch @@ -30,7 +30,7 @@ cat e3.asm | sed -f e3_32to64.sed >e3.tmp $(ASSEMBLER64) - ld -b elf64-x86-64 --oformat elf64-x86-64 -o e3 e3.o -+ $(LD) -b elf64-x86-64 --oformat elf64-x86-64 -o e3 e3.o ++ $(LD) -o e3 e3.o ifneq ($(DEBUG),true) strip e3 endif
