CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/07/01 08:02:02
Modified files:
www/kore : Makefile
www/kore/patches: patch-Makefile
Log message:
www/kore,python: use the correct python3.X-config rather than python3-config
to retrieve includes/ldflags, so that e.g. setting MODPY_VERSION=3.8 uses the
correct lookup. ok fcambus@
(py 3.8 still fails because it also needs --embed as well as --libs but
that's a separate issue and fixing is messy until the py3 default is switched
to 3.8)