mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
arm_none_eabi_gdb: enable use of expat
Needed to parse XML memory maps and other files.
This commit is contained in:
@@ -49,12 +49,14 @@ REQUIRES="
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
lib:libexpat$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
gettext$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
devel:libexpat$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -67,12 +69,13 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd gdb && autoreconf; cd ..
|
||||
runConfigure ./configure --target=arm-none-eabi --disable-werror
|
||||
runConfigure ./configure --target=arm-none-eabi --disable-werror --with-expat
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user