argon2, remove static library (#7693)

This commit is contained in:
Schrijvers Luc
2022-12-29 13:00:34 +01:00
committed by GitHub
parent e7f1a13665
commit eb962fb3e8

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2015-2017 Daniel Dinu
2015 Thomas Pornin"
LICENSE="Apache v2
Public Domain"
REVISION="1"
REVISION="2"
srcGitRev="440ceb9612d5a20997e3e12728542df2de713ca4"
SOURCE_URI="https://github.com/P-H-C/phc-winner-argon2/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="bb7a9d6fa631fdb61b95a93596f2c9c38ad3035b774459b793acf46cd3502647"
@@ -81,6 +81,9 @@ INSTALL()
{
make install PREFIX=$prefix
# remove static library
rm $libDir/libargon2.a
if [ -n "$secondaryArchSuffix" ]; then
rm -rf $prefix/bin
rm -rf $manDir