2012-03-02 00:25:23 +01:00
|
|
|
# Template file for 'libssp32'.
|
|
|
|
#
|
2012-05-23 20:58:45 +02:00
|
|
|
depends="glibc32"
|
2012-03-02 00:25:23 +01: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
|
|
|
|
}
|