[PATCH] nixio HAS_SHADOW test link error
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 29 Aug 2012 13:04:44 +0000 (13:04 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 29 Aug 2012 13:04:44 +0000 (13:04 +0000)
commitec5487649e426957370a1dc30aacd32fb57ad691
tree3ed626176212d926c3ba246082484a7bcdc2efdd
parentea1fc49a7f97f805225057bdc65a3154ed5618c5
[PATCH] nixio HAS_SHADOW test link error

The nixio library can mistakenly build without shadow password support due to the
compile-time test failing.

Because the test for HAS_SHADOW in the nixio Makefile uses the default CC flags,
the test may attempt to cross-compile with different VFP abi than libc does and
will therefore not link. Passing CCFLAGS on the command line builds the test
correctly and will enable HAS_SHADOW if available.
libs/nixio/Makefile