[Buildroot] [PATCH] package/pkg-python: use _CONFIGURE_OPTS for build env

Peter Korsgaard peter at korsgaard.com
Sun Dec 22 20:31:35 UTC 2019


>>>>> "Ryan" == Ryan Barnett <ryan.barnett at rockwellcollins.com> writes:

 > When building host or target python packages, we need to ensure that
 > the build environment utilize {HOST|TARGET}_CONFIGURE_OPTS. This
 > ensures that the correct linker and compiler environment variables are
 > set to compile utilizing either the host or target folders.

 > It was discovered that when compiling a host-python package, it was
 > using linking against the build machines library folder instead of the
 > host folder because LDFLAGS was not properly set and was improperly
 > detecting whether or not a shared or static library was present in the
 > host folder.

 > CC: Arnout Vandecappelle <arnout at mind.be>
 > Signed-off-by: Ryan Barnett <ryan.barnett at rockwellcollins.com>

 > ---
 > Changes v1 -> v2:
 >   - Merged HOST/TARGET_CONFIGURE_OPTS to single commit (suggested by
 >       Arnout)
 >   - Added HOST/TARGET_CONFIGURE_OPTS to env for setuptools (suggested
 >       by Arnout)

Committed to 2019.02.x and 2019.11.x, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list