Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/mdocml: Patch the configure file | Gustavo Walbon | 2020-01-30 | 1 | -0/+12 |
The ./configure fails when try to execute CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | env -i make -sf -` apparently the PATH variable content has been lost, so the patch keeps the content of path. That issues appeared after the Make was updated from 4.2.1 to 4.3, and so I opened this issue #11163. Signed-off-by: Gustavo Walbon <gustavowalbon@gmail.com> Signed-off-by: Mike Sullivan <mksully22@gmail.com> |