mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 17:04:37 +04:00
qt5base: do not use OpenWrt's pkg-config wrapper
Qt takes care of wrapping cross compiling paths by its own
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user