2012-03-01 23:25:23 +00:00
|
|
|
# Template file for 'libssp32'.
|
|
|
|
#
|
2012-05-23 18:58:45 +00:00
|
|
|
depends="glibc32"
|
2012-03-01 23:25:23 +00:00
|
|
|
short_desc="GCC SSP shared library support (32bit)"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the 32bit Stack Smashing Protection shared library
|
|
|
|
provided by GCC."
|
|
|
|
|
|
|
|
noverifyrdeps=yes
|
|
|
|
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib32/libssp.so*" usr/lib32
|
|
|
|
}
|