Thanks for your message,
So I need to be more specific.
I'm trying to rebuild coova-chilli from 15.05. The problem is that the options used to compile coova-chilli depend on whether or not another package is selected into menuconfig or not (ipt-coova).
$(if $(CONFIG_COOVACHILLI_MATRIXSSL),--with,--without)-matrixssl \
$(if $(CONFIG_COOVACHILLI_CYASSL),--with,--without)-cyassl \
$(if $(CONFIG_COOVACHILLI_OPENSSL),--with,--without)-openssl \
$(if $(CONFIG_PACKAGE_kmod-ipt-coova),--with-nfcoova) \
)
https://github.com/openwrt/packages/blo … i/Makefile
In this case how can I know what options was really used?
Pierre.