mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
libtasn1: bump version.
* disable gcc warnings for gcc2. * remove libtool file.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user