Miscellaneous build fixes in addition to new SHA512 checksums for source tarballs after switching them to lzip
This commit is contained in:
parent
daff679a6f
commit
75e116ff1f
4 changed files with 5 additions and 7 deletions
|
@ -8,10 +8,10 @@ requires="musl"
|
|||
|
||||
build() {
|
||||
mkandenterbuilddir
|
||||
rm -rf phc-winner-$app-$version
|
||||
rm -rf $app-$version
|
||||
|
||||
tar xf $srcdir/$app-$version.tar.?z*
|
||||
cd phc-winner-$app-$version
|
||||
cd $app-$version
|
||||
fixbuilddirpermissions
|
||||
|
||||
make OPTTARGET="none" LIBRARY_REL="lib" PREFIX="/"
|
||||
|
@ -23,5 +23,5 @@ build() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
0a4cb89e8e63399f7df069e2862ccd05308b7652bf4ab74372842f66bcc60776399e0eaf979a7b7e31436b5e6913fe5b0a6949549d8c82ebd06e0629b106e85f argon2-20190702.tar.gz
|
||||
"
|
||||
c79eb9f333f62f37d977aaf0ff9f09dd9d177727b91b0438ffbcec6e34150aebc8ae6c10bb10dbf122c9a4c59bee1feed6b946ba0c28f4f12faf6a847deb7c2d argon2-20190702.tar.lz
|
||||
"
|
|
@ -15,7 +15,6 @@ build() {
|
|||
|
||||
mkdir smbuild && cd smbuild
|
||||
meson .. --prefix="/" \
|
||||
-Dnls=disabled \
|
||||
-Dintrospection=false
|
||||
|
||||
ninja
|
||||
|
|
|
@ -16,7 +16,6 @@ build() {
|
|||
|
||||
./configure \
|
||||
--prefix="" \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--disable-rpath
|
||||
|
||||
|
|
|
@ -48,4 +48,4 @@ build() {
|
|||
|
||||
sha512sums="
|
||||
a8ee6dc60a32c71f8b9db6ad294ae9affa7f5c99cd546919b8b2b1992f37891a2fb59482cec6ec5afd80b5873c018012245729111bdd43e2c26d61765d570c5c wiringpi-4B.tar.xz
|
||||
"
|
||||
"
|
Loading…
Reference in a new issue