sqlite: bump to 3.14.2.0, drop libtool file, keep static lib. (#823)

This commit is contained in:
fbrosson
2016-10-13 23:57:11 +00:00
committed by GitHub
parent a8a54afc45
commit 5e4a4a20d7

View File

@@ -9,7 +9,7 @@ LICENSE="SQLite"
REVISION="1"
sqliteVersion=$(echo $portVersion | sed -e 's/\.\([0-9]\>\)/0\1/g' -e 's/\.//g')
SOURCE_URI="https://www.sqlite.org/2016/sqlite-autoconf-$sqliteVersion.tar.gz"
CHECKSUM_SHA256="bc7182476900017becb81565ecea7775d46ab747a97281aa610f4f45881c47a6"
CHECKSUM_SHA256="644f0c127f7d0cbe8765b9bbdf9ed09d6a2f2b9dfba48ddfd8ca0a42fdb5b3fc"
SOURCE_DIR="sqlite-autoconf-$sqliteVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -38,10 +38,9 @@ REQUIRES_devel="
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
haiku_devel
cmd:aclocal
cmd:autoconf
cmd:automake
@@ -57,7 +56,7 @@ BUILD()
aclocal
autoconf
automake
runConfigure ./configure --disable-static
runConfigure ./configure
# Not using "make $jobArgs" because parallel builds are not supported.
make
}
@@ -66,6 +65,9 @@ INSTALL()
{
make install
# remove libtool file
rm $libDir/libsqlite3.la
prepareInstalledDevelLib libsqlite3
fixPkgconfig