Richard Shaw
2017-03-27 17:43:21 UTC
I have been working on setting all the programs though --config-override
since they don't truely need to be installed as part of the buildroot just
to build the package.
Everything seems to be working well except in the case of PingPath and
Ping6Path...
For those two, the entry in config.pl is being erased and the value of the
commented example is being changed:
# $Conf(PingPath) = '/bin/echo'
to
# $Conf(PingPath) = '/usr/bin/ping'
I'm guessing something is tripping up the regex in configure.pl?
Thanks,
Richard
since they don't truely need to be installed as part of the buildroot just
to build the package.
Everything seems to be working well except in the case of PingPath and
Ping6Path...
For those two, the entry in config.pl is being erased and the value of the
commented example is being changed:
# $Conf(PingPath) = '/bin/echo'
to
# $Conf(PingPath) = '/usr/bin/ping'
I'm guessing something is tripping up the regex in configure.pl?
Thanks,
Richard