CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/02/18 08:21:12
Modified files:
sysutils/ipmitool: Makefile
Log message:
ipmitool uses -std=gnu11, use ports-gcc to fix sparc64 build
> checking for library containing readline... no
> configure: error: ** Unable to find readline required by ipmishell.
> $ grep -C1 -e -ledit `make show=WRKBUILD`/config.log
> | }
> configure:14604: cc -std=gnu99 -o conftest -O2 -pipe -std=gnu11 -pedantic
> -Wformat -fms-extensions conftest.c -ledit >&5
> cc1: error: unrecognized command line option "-std=gnu11"
base-gcc is too old for this.
OK sthen kmos