mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-19 04:32:34 +02:00
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>