16 lines
309 B
Text
16 lines
309 B
Text
|
# Template file for 'libssp32'.
|
||
|
#
|
||
|
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
|
||
|
|
||
|
Add_dependency run glibc32
|
||
|
|
||
|
do_install() {
|
||
|
vmove "usr/lib32/libssp.so*" usr/lib32
|
||
|
}
|