libtasn1: bump version.

* disable gcc warnings for gcc2.
* remove libtool file.
This commit is contained in:
Jerome Duval
2016-07-27 21:56:00 +00:00
parent 5984183452
commit 700641b8c0

View File

@@ -12,7 +12,7 @@ COPYRIGHT="
LICENSE="GNU LGPL v2.1
GNU GPL v3"
SOURCE_URI="http://ftp.gnu.org/gnu/libtasn1/libtasn1-$portVersion.tar.gz"
CHECKSUM_SHA256="fa802fc94d79baa00e7397cedf29eb6827d4bd8b4dd77b577373577c93a8c513"
CHECKSUM_SHA256="4f6f7a8fd691ac2b8307c8ca365bad711db607d4ad5966f6938a9d2ecd65c920"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -45,7 +45,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure
runConfigure ./configure --disable-gcc-warnings
make $jobArgs
}
@@ -53,6 +53,8 @@ INSTALL()
{
make install
rm $libDir/libtasn1.la
prepareInstalledDevelLibs libtasn1
fixPkgconfig