mirror of
https://github.com/openwrt/telephony.git
synced 2026-04-15 19:02:14 +00:00
Previous revert only works when libstdcpp is the default C++ lib. To make the compile work in all scenarios LIBS needs to be defined and MAKE_FLAGS are required instead of MAKE_VARS, otherwise the included variables are overridden. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>