Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28534 Details for
Bug 46326
bash needs further -fPIC fixes on amd64 with pie
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to only compile builtins/mkbuiltins.c with "-fPIC" in case that CFLAGS contains "-pie"
bash-2.05b-amd64-pie-fPIC.patch (text/plain), 433 bytes, created by
Danny van Dyk (RETIRED)
on 2004-04-01 15:18:13 UTC
(
hide
)
Description:
Patch to only compile builtins/mkbuiltins.c with "-fPIC" in case that CFLAGS contains "-pie"
Filename:
MIME Type:
Creator:
Danny van Dyk (RETIRED)
Created:
2004-04-01 15:18:13 UTC
Size:
433 bytes
patch
obsolete
>--- builtins/Makefile.in.orig 2004-04-02 01:04:51.887061872 +0200 >+++ builtins/Makefile.in 2004-04-02 01:06:23.530130008 +0200 >@@ -175,7 +175,7 @@ > mkbuiltins.o: ../config.h > mkbuiltins.o: mkbuiltins.c > $(RM) $@ >- $(CC_FOR_BUILD) -c $(CCFLAGS_FOR_BUILD) $< >+ $(CC_FOR_BUILD) -c $(CCFLAGS_FOR_BUILD) -fPIC $< > > mkbuiltins$(EXEEXT): mkbuiltins.o > $(CC_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $(MKBUILTINS) mkbuiltins.o $(LIBS_FOR_BUILD)
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 46326
:
28532
| 28534 |
28535