mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Fix unintended binutils-dependency on flex
This commit is contained in:
@@ -5,7 +5,7 @@ srcGitRev="c20a732df8f8b6d0f32c872817f3a0498a5c4761"
|
|||||||
SRC_URI="https://github.com/haiku/buildtools/archive/$srcGitRev.tar.gz"
|
SRC_URI="https://github.com/haiku/buildtools/archive/$srcGitRev.tar.gz"
|
||||||
CHECKSUM_SHA256="6d3b677cd8ef777bf6fb3186a15b5122e46345595a996370325c758b3d8a4ab6"
|
CHECKSUM_SHA256="6d3b677cd8ef777bf6fb3186a15b5122e46345595a996370325c758b3d8a4ab6"
|
||||||
SRC_FILENAME="binutils-$portVersion.tar.gz"
|
SRC_FILENAME="binutils-$portVersion.tar.gz"
|
||||||
REVISION="5"
|
REVISION="6"
|
||||||
LICENSE="
|
LICENSE="
|
||||||
GNU GPL v2
|
GNU GPL v2
|
||||||
GNU LGPL v2
|
GNU LGPL v2
|
||||||
@@ -95,7 +95,7 @@ BUILD()
|
|||||||
# it, however, since these binutils may be used by the bootstrap-gcc,
|
# it, however, since these binutils may be used by the bootstrap-gcc,
|
||||||
# which passes --sysroot=<path> to ld.
|
# which passes --sysroot=<path> to ld.
|
||||||
|
|
||||||
make $jobArgs
|
make $jobArgs LEXLIB=
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
|
|||||||
Reference in New Issue
Block a user