I'm trying to specify make option through the command line, environmental variables, or in the /etc/make.conf file but the port is ignoring certain options.
For example, these seem to have no effect:
Yet this one seems to work fine:
To make sure nothing is overriding anything I tried:
This did not have any effect. I'm not really sure what is happening.
For example, these seem to have no effect:
Code:
WITH_AUTH_MODULES=yes
WITH_PROXY_MODULES=yes
WITH_SSL_MODULES=yes
WITH_SUEXEC=yes
Code:
WITH_LDAP=yes
To make sure nothing is overriding anything I tried:
# make rmconfig
This did not have any effect. I'm not really sure what is happening.