12 May
2007
12 May
'07
4:45 p.m.
On May 12, 2007, at 10:38, Andre-John Mas wrote:
Is there any way of knowing what build flags were used for a given port? Specifically I am tryng to work out with the Apache2 build has been configured with IPv6 support.
If you install the port using the -dv options you can see the commands as they're assembled, including the ./configure command which would show all the flags. sudo port install -dv apache2