ALT Linux Bugzilla
– Attachment 5497 Details for
Bug 27461
Неотключаемый _FORTIFY_SOURCE
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
binutils-build-as-needed.diff
binutils-build-as-needed.diff (text/plain), 535 bytes, created by
Michael Shigorin
on 2012-06-18 17:30:49 MSK
(
hide
)
Description:
binutils-build-as-needed.diff
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2012-06-18 17:30:49 MSK
Size:
535 bytes
patch
obsolete
>Index: ld/ldmain.c >=================================================================== >--- ld/ldmain.c.orig 2011-01-11 11:10:59.000000000 +0100 >+++ ld/ldmain.c 2011-01-11 11:20:56.000000000 +0100 >@@ -284,6 +284,8 @@ main (int argc, char **argv) > link_info.pei386_auto_import = -1; > link_info.spare_dynamic_tags = 5; > link_info.path_separator = ':'; >+ if (getenv ("SUSE_ASNEEDED") && atoi(getenv ("SUSE_ASNEEDED")) > 0) >+ add_DT_NEEDED_for_regular = TRUE; > > ldfile_add_arch (""); > emulation = get_emulation (argc, argv);
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 27461
: 5497