qt5base: do not use OpenWrt's pkg-config wrapper
authorMirko Vogt <[email protected]>
Mon, 12 May 2025 00:59:58 +0000 (00:59 +0000)
committerMirko Vogt <[email protected]>
Thu, 22 May 2025 10:58:15 +0000 (10:58 +0000)
Qt takes care of wrapping cross compiling paths by its own

frameworks/qt5/qt5base/Makefile

index 306c5d6acfa6e2c107336bab5ee25c6ea895f1fb..71f373240f05933e5dc749330c35220e4d1a0ee7 100644 (file)
@@ -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) \