mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
unexport PKG_CONFIG_SYSROOT_DIR
If this is not done then pkg-config can get confused. Thomas and Arnout really deserve the credit for this - I just did the testing. Signed-off-by: Charles Manning <cdhmanning@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4c52ff1acf
commit
4f607edffd
1
Makefile
1
Makefile
@ -172,6 +172,7 @@ export HOSTCC_NOCCACHE HOSTCXX_NOCCACHE
|
|||||||
|
|
||||||
# Make sure pkg-config doesn't look outside the buildroot tree
|
# Make sure pkg-config doesn't look outside the buildroot tree
|
||||||
unexport PKG_CONFIG_PATH
|
unexport PKG_CONFIG_PATH
|
||||||
|
unexport PKG_CONFIG_SYSROOT_DIR
|
||||||
|
|
||||||
# Having DESTDIR set in the environment confuses the installation
|
# Having DESTDIR set in the environment confuses the installation
|
||||||
# steps of some packages.
|
# steps of some packages.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user