On Sun, 4 Feb 2018 11:20:14 +0800 szts...@gmail.com wrote: > From: Zamir SUN <szts...@gmail.com> > > Prior than this patch, Makefile detects python ldflags using a hardcoded > python command. It will cause problems if we are building against > python3 in the future when ldflags for python2 and python3 are > different. With this patch, python ldflags are detected by > corresponding python{,3}-config which will detect the right config for > python plugins.
Thanks, applied. -- Steve