mirror of
https://github.com/novatiq/packages.git
synced 2026-07-12 06:49:26 +01:00
fdd3f3f7f9
The smartsnmpd SConstruct file only accepts setting CFLAGS and does not use CPPFLAGS, so pass both down using CFLAGS. This fixes build errors with external toolchains that don't automatically search for headers in $(STAGING_DIR). Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>