author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 5 Dec 2015 16:09:00 +0000 (17:09 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 5 Dec 2015 16:09:00 +0000 (17:09 +0100) | ||
commit | 0f0de64dc63ae4d1fd1c0ad0676f80dbbee00e0e | |
tree | 3130bb88fd765258ed82de2a46ffe7decb8e0f21 | tree | snapshot |
parent | 8dfaf98cde62e42d4c245400c68ae9c825a2fe68 | commit | diff |
mosquitto plugin: fixup flag handling
Split build flags in _LDFLAGS and _LIBS
Keep existing CPPFLAGS and LDFLAGS set from the command line.
This ensures we will pick up libmosquitto when running
./configure CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib",
just like we do for other plugins.
Split build flags in _LDFLAGS and _LIBS
Keep existing CPPFLAGS and LDFLAGS set from the command line.
This ensures we will pick up libmosquitto when running
./configure CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib",
just like we do for other plugins.
configure.ac | diff | blob | history | |
src/Makefile.am | diff | blob | history |