mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 07:35:17 +02:00
16 lines
357 B
Text
16 lines
357 B
Text
# Template file for 'libssp'.
|
|
#
|
|
short_desc="GCC SSP shared library support"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the Stack Smashing Protection shared library
|
|
provided by GCC."
|
|
|
|
Add_dependency run glibc
|
|
|
|
do_install()
|
|
{
|
|
vmove "usr/lib/libssp.so.*" usr/lib
|
|
vinstall COPYING.RUNTIME 644 \
|
|
usr/share/licenses/$pkgname RUNTIME.LIBRARY.EXCEPTION
|
|
}
|