projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
220ce15
)
qt5base: do not use OpenWrt's pkg-config wrapper
author
Mirko Vogt
<
[email protected]
>
Mon, 12 May 2025 00:59:58 +0000
(
00:59
+0000)
committer
Mirko 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
patch
|
blob
|
history
diff --git
a/frameworks/qt5/qt5base/Makefile
b/frameworks/qt5/qt5base/Makefile
index 306c5d6acfa6e2c107336bab5ee25c6ea895f1fb..71f373240f05933e5dc749330c35220e4d1a0ee7 100644
(file)
--- 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) \