Application fixes for compiler flag handling
- Copy CFLAGS into separate CXXFLAGS and ASFLAGS
- Python was sharing the same flags which meant any C++ flags were seen in the CFLAGS
- Add a configure option group incase there is not one.
- Do not force a
config.inc
when configuring libbsd - Do not overwrite the compiler flags in BSD's configure