mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
sqlite: requires automake 1.13.x.
This commit is contained in:
@@ -33,9 +33,9 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
haiku_devel
|
||||
cmd:aclocal
|
||||
cmd:aclocal_1.13
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:automake_1.13
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
@@ -47,9 +47,9 @@ SOURCE_DIR="sqlite-autoconf-$sqliteVersion"
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
aclocal-1.13
|
||||
autoconf
|
||||
automake
|
||||
automake-1.13
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user