boblight: forcibly build against libstdc++
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 6 Jan 2013 19:41:39 +0000 (19:41 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 6 Jan 2013 19:41:39 +0000 (19:41 +0000)
commitdbb0ad6c9f36291a9b5475adfc3d6de638503727
tree002c818587d3a82f36c547c202370d010b981378
parent465fbda2cfa6859b1916d40513113bd07a25b6d2
boblight: forcibly build against libstdc++

The uClibc++ implementation of stringstream operator>> is broken which
fails boblightd at runtime when parsing the configuration.

Due to the failed parsing, std::list unique() is called with an empty
list which causes the program to trigger a segmentation fault, this
is most likely another uClibc++ implementation error.

SVN-Revision: 35027
utils/boblight/Makefile