Skip to content
Snippets Groups Projects
Verified Commit e455d711 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Reenable patched pkg-config

parent ce09215a
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@ export PKG_CONFIG_PATH=
export PKG_CONFIG_SYSROOT_DIR="${COOKBOOK_RECIPE}/sysroot"
export PKG_CONFIG_LIBDIR="${PKG_CONFIG_SYSROOT_DIR}/lib/pkgconfig"
exec pkg-config "$@"
exec pkg-config --static "$@"
......@@ -23,11 +23,13 @@ export LD="${HOST}-ld"
export NM="${HOST}-nm"
export OBJCOPY="${HOST}-objcopy"
export OBJDUMP="${HOST}-objdump"
#export PKG_CONFIG="${HOST}-pkg-config"
export PKG_CONFIG="${HOST}-pkg-config"
export RANLIB="${HOST}-ranlib"
export READELF="${HOST}-readelf"
export STRIP="${HOST}-strip"
export PKG_CONFIG_FOR_BUILD="pkg-config"
if [[ "$OSTYPE" == "darwin"* ]]; then
# GNU find
FIND="gfind";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment