Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40670 Details for
Bug 64618
Undefined symbols in xorg-x11 drivers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
hardened-dlloader-nonow-2.patch
hardened-dlloader-nonow-2.patch (text/plain), 1.52 KB, created by
Adam Jackson
on 2004-09-28 17:34:04 UTC
(
hide
)
Description:
hardened-dlloader-nonow-2.patch
Filename:
MIME Type:
Creator:
Adam Jackson
Created:
2004-09-28 17:34:04 UTC
Size:
1.52 KB
patch
obsolete
>Index: config/cf/Imake.rules >=================================================================== >RCS file: /cvs/xorg/xc/config/cf/Imake.rules,v >retrieving revision 1.6 >diff -u -r1.6 Imake.rules >--- config/cf/Imake.rules 13 Aug 2004 17:21:43 -0000 1.6 >+++ config/cf/Imake.rules 29 Sep 2004 00:22:42 -0000 >@@ -3493,6 +3493,10 @@ > #endif > #endif > >+#if defined(GentooHardenedGccSpecs) && GentooHardenedGccSpecs >+SSPLDFLAGS = -nonow >+#endif >+ > /* > * DynamicModuleTarget - build a module to be dynamically loaded > */ >@@ -3502,7 +3506,7 @@ > @@\ > module: modlist @@\ > RemoveFile($@) @@\ >- $(CC) -o $@ $(SHLIBLDFLAGS) modlist @@\ >+ $(CC) -o $@ $(SHLIBLDFLAGS) -nostdlib $(SSPLDFLAGS) modlist @@\ > @@\ > clean:: @@\ > RemoveFile(module) >@@ -3517,7 +3521,7 @@ > @@\ > module: deplist @@\ > RemoveFile($@) @@\ >- $(CC) -o $@ $(SHLIBLDFLAGS) modlist @@\ >+ $(CC) -o $@ $(SHLIBLDFLAGS) -nostdlib $(SSPLDFLAGS) modlist @@\ > @@\ > clean:: @@\ > RemoveFile(module) >Index: programs/Xserver/Imakefile >=================================================================== >RCS file: /cvs/xorg/xc/programs/Xserver/Imakefile,v >retrieving revision 1.19 >diff -u -r1.19 Imakefile >--- programs/Xserver/Imakefile 1 Sep 2004 00:59:17 -0000 1.19 >+++ programs/Xserver/Imakefile 29 Sep 2004 00:22:42 -0000 >@@ -678,6 +678,9 @@ > XCOMM > XCOMM Xorg Server > XCOMM >+#if defined(GentooHardenedGccSpecs) && GentooHardenedGccSpecs >+LOCAL_LDFLAGS = -nonow >+#endif > FBSUBDIR = fb > MFBSUBDIR = mfb > CFB8SUBDIR = cfb
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 64618
:
39979
|
40669
| 40670 |
40678
|
40680
|
40685
|
40712
|
40819