summaryrefslogtreecommitdiffstats
path: root/package/micropython-lib
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-07-31 11:51:22 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-08-29 17:55:00 +0200
commitb63c8d36f46e601fd83fc0b9bdd4cc440fa059ab (patch)
tree77820984990f554516f94ef09ba4f2d249dae34c /package/micropython-lib
parent53996bee433f09a91b12aa53b2be0f7d22c0acbe (diff)
downloadbuildroot-b63c8d36f46e601fd83fc0b9bdd4cc440fa059ab.tar.gz
buildroot-b63c8d36f46e601fd83fc0b9bdd4cc440fa059ab.zip
package/openswan: not available on musl
After fixing the usual sys/cdefs.h and _P stuff the build still fails because Openswan makes use of GLOB_ functions /home/bernd/buildroot/br4/output/build/openswan-2.6.48/lib/libipsecconf/parser.l:200:29: error: ‘GLOB_BRACE’ undeclared (first use in this function) globresult = glob(try, GLOB_BRACE, NULL, &globbuf); ^ /home/bernd/buildroot/br4/output/build/openswan-2.6.48/lib/libipsecconf/parser.l:200:29: note: each undeclared identifier is reported only once for each function it appears in /home/bernd/buildroot/br4/output/build/openswan-2.6.48/lib/libipsecconf/parser.l:207:41: error: ‘GLOB_NOMAGIC’ undeclared (first use in this function) globresult = glob(try, GLOB_BRACE|GLOB_NOMAGIC, NULL, &globbuf); https://github.com/xelerance/Openswan/blob/master/lib/libipsecconf/parser.l#L200 https://github.com/xelerance/Openswan/blob/master/lib/libipsecconf/parser.l#L207 [...] ^ which musl does not support: http://www.openwall.com/lists/musl/2013/09/16/1 Fixes http://autobuild.buildroot.net/results/70d/70da34c1528b51e92e9e60788f83733d70b33353/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/micropython-lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud