Skip to content

Commit

Permalink
buildpkg: unset CONFIG_SITE while building packages
Browse files Browse the repository at this point in the history
This avoids build issues on certain distros which have this variable set

Signed-off-by: Peter Shkenev <[email protected]>
  • Loading branch information
petershh authored and heatd committed May 13, 2024
1 parent 3cc5484 commit 58c7b5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup_package_build_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ fi

export PKG_CONFIG=$SYSROOT/../buildpkg/onyx-pkg-config
export PKG_CONFIG_FOR_BUILD=pkg-config
unset CONFIG_SITE

0 comments on commit 58c7b5e

Please sign in to comment.