mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libtasn1: bump version
This commit is contained in:
@@ -9,13 +9,13 @@ LICENSE="GNU LGPL v2.1
|
||||
GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ftp.gnu.org/gnu/libtasn1/libtasn1-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="dd77509fe8f5304deafbca654dc7f0ea57f5841f41ba530cff9a5bf71382739e"
|
||||
CHECKSUM_SHA256="0e0fb0903839117cb6e3b56e68222771bebf22ad7fc2295a0ed7d576e8d4329d"
|
||||
PATCHES="libtasn1-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
libVersion="6.5.7"
|
||||
libVersion="6.6.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
portVersionCompat="$portVersion compat >= 4"
|
||||
|
||||
@@ -59,7 +59,7 @@ defineDebugInfoPackage libtasn1$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --disable-gcc-warnings
|
||||
AUTOMAKE=: AUTOCONF=: runConfigure ./configure --disable-gcc-warnings
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libtasn1.la
|
||||
rm $libDir/libtasn1.la $libDir/libtasn1.a
|
||||
rm -f "$infoDir"/dir
|
||||
|
||||
prepareInstalledDevelLibs libtasn1
|
||||
Reference in New Issue
Block a user