Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | musl-nscd: Make lex syntax posix'y | Khem Raj | 2021-03-08 | 1 | -0/+50 |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | musl-nscd: Add missing deps on flex and bison during build | Khem Raj | 2020-11-23 | 1 | -0/+29 |
| | | | | | | | | | | | | | | Fix check for flex Fails in do_compile at times see below cp dist/src/nsswitch.yy.c obj/src/nsswitch.yy.c cp: cannot create regular file 'obj/src/nsswitch.yy.c': No such file or directory Makefile:78: recipe for target 'obj/src/nsswitch.yy.c' failed make: *** [obj/src/nsswitch.yy.c] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Armin Kuster <akuster808@gmail.com> | ||||
* | musl-nscd: Replace -fcommon with code patch | Khem Raj | 2020-11-23 | 1 | -0/+43 |
The patch fixes the need for -fcommon Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Armin Kuster <akuster808@gmail.com> |