Changeset 1082
- Timestamp:
- 08/09/07 03:47:59 (1 year ago)
- Files:
-
- trunk/ssp.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ssp.txt
r1081 r1082 1 1 AUTHOR: Robert Connolly <robert at linuxfromscratch dot org> (ashes) 2 2 3 DATE: 2007-08-0 83 DATE: 2007-08-09 4 4 5 5 LICENSE: Public Domain … … 156 156 # ----- 157 157 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. 164 160 165 161 # ======== … … 313 309 * Added _FORTIFY_SOURCE 314 310 * 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
