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)
commitf451776893752024b0ac1ea6d7e8b5930651d337
tree7f5b1fb802eb83ac377f44af509ace493cf47a7e
parent2420189f15f672f1372b38ade4d0b7bbf4bebaca
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