* build: move away from configure.seed -> configure.ac
Analogous to the change in nDPI [0].
[0] cf931fda6b
Signed-off-by: Sam James <sam@gentoo.org>
* build: use $(MAKE)
This ensures that parallel make works correctly, as otherwise, a fresh
make job will be started without the jobserver fd, and hence
not know about its parent, forcing -j1.
Signed-off-by: Sam James <sam@gentoo.org>
* build: respect CXX, CXXFLAGS, LDFLAGS/LIBS
- Use standard CXX variable for the C++ compiler
- Respect CXXFLAGS from the environment
- LDFLAGS needs to be before objects in order for some flags to work
like -Wl,--as-needed
Signed-off-by: Sam James <sam@gentoo.org>
* build: add comment for dynamic linking nDPI
It seems to work for me but add a commented
in line for now for convenience, not actually
changing behaviour right now.
(May want to make it a proper configure option
in future.)
Signed-off-by: Sam James <sam@gentoo.org>