mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/curl-quic: Fix 32bit build.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
10c5d56812
commit
62c8b42290
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ ln --symbolic --relative ../../opt/curl-quic/bin/curl curl-quic )
|
|||
# Don't ship .la files:
|
||||
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
|
||||
|
||||
rm $PKG/opt/$PRGNAM/usr/lib64/libcurl.la
|
||||
rm $PKG/opt/$PRGNAM/usr/lib${LIBDIRSUFFIX}/libcurl.la
|
||||
|
||||
# We don't ship the related perl script (yet):
|
||||
rm -f $PKG/usr/man/man1/mk-ca-bundle.1
|
||||
|
|
Loading…
Reference in a new issue