Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 139873 Details for
Bug 203341
sys-boot/syslinux-3.54 (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
syslinux-3.54-nopie.patch
syslinux-3.54-nopie.patch (text/plain), 1.03 KB, created by
Natanael Copa
on 2008-01-02 15:09:36 UTC
(
hide
)
Description:
syslinux-3.54-nopie.patch
Filename:
MIME Type:
Creator:
Natanael Copa
Created:
2008-01-02 15:09:36 UTC
Size:
1.03 KB
patch
obsolete
>--- com32/libutil/Makefile.orig 2008-01-02 14:33:58 +0000 >+++ com32/libutil/Makefile 2008-01-02 14:35:38 +0000 >@@ -34,7 +34,8 @@ > gcc_ok = $(shell tmpf=$(TMPFILE); if gcc $(1) -c -x c /dev/null -o $$tmpf 2>/dev/null; \ > then echo $(1); else echo $(2); fi; rm -f $$tmpf) > >-M32 := $(call gcc_ok,-m32,) $(call gcc_ok,-fno-stack-protector,) >+M32 := $(call gcc_ok,-m32,) $(call gcc_ok,-fno-stack-protector,) \ >+ $(call gcc_ok,-nopie,) $(call gcc_ok,-fno-pie,) > > CC = gcc > LD = ld -m elf_i386 >--- com32/modules/Makefile.orig 2008-01-02 14:42:12 +0000 >+++ com32/modules/Makefile 2008-01-02 14:42:50 +0000 >@@ -19,7 +19,8 @@ > gcc_ok = $(shell tmpf=$(TMPFILE); if gcc $(1) -c -x c /dev/null -o $$tmpf 2>/dev/null; \ > then echo $(1); else echo $(2); fi; rm -f $$tmpf) > >-M32 := $(call gcc_ok,-m32,) $(call gcc_ok,-fno-stack-protector,) >+M32 := $(call gcc_ok,-m32,) $(call gcc_ok,-fno-stack-protector,) \ >+ $(call gcc_ok,-nopie,) $(call gcc_ok,-fno-pie,) > > CC = gcc > LD = ld -m elf_i386
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203341
: 139873 |
142354
|
160716