mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix build of automake on bootstrap image:
* prerequire cmd:gcc and cmd:ld * use bootstrap.sh to bootstrap the build system, otherwise it fails to generate aclocal from aclocal.in (which seems to be related to timestamps, as an otherwise identical source folder [from the tree] works fine) - hohum ...
This commit is contained in:
@@ -34,6 +34,8 @@ BUILD_REQUIRES="
|
|||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
haiku_devel >= $haikuVersion
|
haiku_devel >= $haikuVersion
|
||||||
cmd:autoconf >= 2.60
|
cmd:autoconf >= 2.60
|
||||||
|
cmd:gcc
|
||||||
|
cmd:ld
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:makeinfo
|
cmd:makeinfo
|
||||||
cmd:perl >= 5.8
|
cmd:perl >= 5.8
|
||||||
@@ -44,6 +46,7 @@ SOURCE_DIR="$portVersionedName"
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
|
./bootstrap.sh
|
||||||
PERL="/bin/env perl" runConfigure ./configure
|
PERL="/bin/env perl" runConfigure ./configure
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user