Changeset 1082

Show
Ignore:
Timestamp:
08/09/07 03:47:59 (1 year ago)
Author:
robert
Message:

Updated ssp hint

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ssp.txt

    r1081 r1082  
    11AUTHOR:         Robert Connolly <robert at linuxfromscratch dot org> (ashes) 
    22 
    3 DATE:           2007-08-08 
     3DATE:           2007-08-09 
    44 
    55LICENSE:        Public Domain 
     
    156156# ----- 
    157157 
    158 # - Arts 
    159 # mcopidl from Arts has issues with SSP. Use the following command to disable 
    160 # propolice just for the mcopidl program. 
    161  
    162 sed -e 's/^KDE_CXXFLAGS .*$/& -fno-stack-protector/' \ 
    163         -i mcopidl/Makefile.in 
     158# There have been problems reported with Python built with SSP and -O3. Use 
     159# -O2 to build Python with SSP. 
    164160 
    165161# ======== 
     
    313309* Added _FORTIFY_SOURCE 
    314310* Removed Libsafe. It's own docs explain how to install it well. 
    315  
     311[2007-08-09] 
     312* Arts can compile with -fstack-protector-all now. 
     313