mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
argon2, remove static library (#7693)
This commit is contained in:
@@ -10,7 +10,7 @@ COPYRIGHT="2015-2017 Daniel Dinu
|
|||||||
2015 Thomas Pornin"
|
2015 Thomas Pornin"
|
||||||
LICENSE="Apache v2
|
LICENSE="Apache v2
|
||||||
Public Domain"
|
Public Domain"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
srcGitRev="440ceb9612d5a20997e3e12728542df2de713ca4"
|
srcGitRev="440ceb9612d5a20997e3e12728542df2de713ca4"
|
||||||
SOURCE_URI="https://github.com/P-H-C/phc-winner-argon2/archive/$srcGitRev.tar.gz"
|
SOURCE_URI="https://github.com/P-H-C/phc-winner-argon2/archive/$srcGitRev.tar.gz"
|
||||||
CHECKSUM_SHA256="bb7a9d6fa631fdb61b95a93596f2c9c38ad3035b774459b793acf46cd3502647"
|
CHECKSUM_SHA256="bb7a9d6fa631fdb61b95a93596f2c9c38ad3035b774459b793acf46cd3502647"
|
||||||
@@ -81,6 +81,9 @@ INSTALL()
|
|||||||
{
|
{
|
||||||
make install PREFIX=$prefix
|
make install PREFIX=$prefix
|
||||||
|
|
||||||
|
# remove static library
|
||||||
|
rm $libDir/libargon2.a
|
||||||
|
|
||||||
if [ -n "$secondaryArchSuffix" ]; then
|
if [ -n "$secondaryArchSuffix" ]; then
|
||||||
rm -rf $prefix/bin
|
rm -rf $prefix/bin
|
||||||
rm -rf $manDir
|
rm -rf $manDir
|
||||||
|
|||||||
Reference in New Issue
Block a user