gcc-multilib: update to 4.5.0, fully working now.
This commit is contained in:
15
srcpkgs/gcc-multilib/libssp32.template
Normal file
15
srcpkgs/gcc-multilib/libssp32.template
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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."
|
||||
|
||||
Add_dependency run glibc32
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib32
|
||||
mv ${SRCPKGDESTDIR}/usr/lib32/libssp.so* ${DESTDIR}/usr/lib32
|
||||
}
|
||||
Reference in New Issue
Block a user