libraries/libtomcrypt: Fix build failure on x86.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
83013e4959
commit
9f6dbc5e0f
|
@ -87,7 +87,7 @@ make -f makefile.shared install \
|
|||
DESTDIR=$PKG
|
||||
|
||||
chmod 0644 $PKG/usr/include/*.h
|
||||
rm $PKG/usr/lib64/*.a
|
||||
rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.a
|
||||
strip --strip-unneeded $PKG/usr/lib$LIBDIRSUFFIX/*.so.*.*.*
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
Loading…
Reference in New Issue