freebsd-dev/lib/liblzma
Dimitry Andric 152e60f2fe Fix some leftover binaries and shared libraries in the system that still
have an executable stack, due to linking in hand-assembled .S or .s
files, that have no .GNU-stack sections:

RWX --- ---  /lib/libcrypto.so.6
RWX --- ---  /lib/libmd.so.5
RWX --- ---  /lib/libz.so.6
RWX --- ---  /lib/libzpool.so.2
RWX --- ---  /usr/lib/liblzma.so.5

These were found using scanelf, from the sysutils/pax-utils port.

Reviewed by:	kib
2011-02-15 22:03:09 +00:00
..
config.h Reintroduce bugfix from r210103 and fix xz on strong-aligned architectures. 2011-02-01 10:28:05 +00:00
Makefile Fix some leftover binaries and shared libraries in the system that still 2011-02-15 22:03:09 +00:00
Symbol.map Remove obsoleted private symbol. 2010-11-19 09:59:55 +00:00
Versions.def - Add versioned symbols to liblzma 2010-05-14 20:40:37 +00:00