ixion: fix build.

This commit is contained in:
Oscar Lesta
2025-08-29 08:44:40 -03:00
committed by OscarL
parent 38ce9703e2
commit 10ee15678c

View File

@@ -70,7 +70,7 @@ BUILD_REQUIRES="
devel:libboost_system$secondaryArchSuffix >= $boostMinimumVersion
devel:libz$secondaryArchSuffix
devel:libspdlog$secondaryArchSuffix
devel:mdds$secondaryArchSuffix >= 2.1
devel:mdds >= 2.1
"
BUILD_PREREQUIRES="
cmd:aclocal
@@ -100,7 +100,7 @@ PATCH()
BUILD()
{
autoreconf -fi
export CXXFLAGS="-std=c++17"
export CXXFLAGS="-std=c++17 -O2 -g"
BOOST_ROOT="$portPackageLinksDir"/devel~libboost_program_options/develop
runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir \