File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ $(1)_config_env+=$($(1)_config_env_$(host_arch)_$(host_os)) $($(1)_config_env_$(
137
137
138
138
$(1 ) _config_env+=PKG_CONFIG_LIBDIR=$($($(1 ) _type) _prefix) /lib/pkgconfig
139
139
$(1 ) _config_env+=PKG_CONFIG_PATH=$($($(1 ) _type) _prefix) /share/pkgconfig
140
+ $(1 ) _config_env+=PKG_CONFIG_SYSROOT_DIR=/
140
141
$(1 ) _config_env+=CMAKE_MODULE_PATH=$($($(1 ) _type) _prefix) /lib/cmake
141
142
$(1 ) _config_env+=PATH=$(build_prefix ) /bin:$(PATH )
142
143
$(1 ) _build_env+=PATH=$(build_prefix ) /bin:$(PATH )
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ $(package)_extra_sources = $($(package)_qttranslations_file_name)
33
33
$(package)_extra_sources += $($(package ) _qttools_file_name)
34
34
35
35
define $(package)_set_vars
36
+ $(package ) _config_env = QT_MAC_SDK_NO_VERSION_CHECK=1
36
37
$(package ) _config_opts_release = -release
37
38
$(package ) _config_opts_release += -silent
38
39
$(package ) _config_opts_debug = -debug
@@ -261,9 +262,6 @@ define $(package)_preprocess_cmds
261
262
endef
262
263
263
264
define $(package)_config_cmds
264
- export PKG_CONFIG_SYSROOT_DIR =/ && \
265
- export PKG_CONFIG_LIBDIR=$(host_prefix ) /lib/pkgconfig && \
266
- export QT_MAC_SDK_NO_VERSION_CHECK=1 && \
267
265
cd qtbase && \
268
266
./configure -top-level $($(package ) _config_opts)
269
267
endef
You can’t perform that action at this time.
0 commit comments