From: Mirko Vogt Date: Mon, 12 May 2025 00:59:58 +0000 (+0000) Subject: qt5base: do not use OpenWrt's pkg-config wrapper X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=844452a0ff206ff2413fc771e7568bfc33ff50f3;p=feed%2Fvideo.git qt5base: do not use OpenWrt's pkg-config wrapper Qt takes care of wrapping cross compiling paths by its own --- diff --git a/frameworks/qt5/qt5base/Makefile b/frameworks/qt5/qt5base/Makefile index 306c5d6..71f3732 100644 --- a/frameworks/qt5/qt5base/Makefile +++ b/frameworks/qt5/qt5base/Makefile @@ -308,6 +308,7 @@ define Build/Configure TARGET_CFLAGS="$(TARGET_CFLAGS)" \ TARGET_CXXFLAGS="$(TARGET_CFLAGS) $(TARGET_CXXFLAGS)" \ TARGET_LDFLAGS="$(TARGET_LDFLAGS)" \ + PKG_CONFIG="$(STAGING_DIR_HOST)/bin/pkg-config.real" \ PKG_CONFIG_SYSROOT_DIR="$(STAGING_DIR)" \ ./configure \ --extprefix=$(STAGING_DIR)/$(CONFIGURE_PREFIX) \