File tree Expand file tree Collapse file tree 3 files changed +6
-70
lines changed Expand file tree Collapse file tree 3 files changed +6
-70
lines changed Original file line number Diff line number Diff line change 1
1
package =native_clang
2
- $(package)_version =8 .0.0
3
- $(package)_download_path =https://releases. llvm.org/ $($(package ) _version)
4
- $(package)_download_file =clang+llvm-$($(package ) _version) -x86_64-linux-gnu-ubuntu-14 .04.tar.xz
5
- $(package)_file_name =clang- llvm-$($(package ) _version) -x86_64-linux-gnu-ubuntu-14 .04.tar.xz
6
- $(package)_sha256_hash =9ef854b71949f825362a119bf2597f744836cb571131ae6b721cd102ffea8cd0
2
+ $(package)_version =10 .0.1
3
+ $(package)_download_path =https://github.com/ llvm/llvm-project/releases/download/llvmorg- $($(package ) _version)
4
+ $(package)_download_file =clang+llvm-$($(package ) _version) -x86_64-linux-gnu-ubuntu-16 .04.tar.xz
5
+ $(package)_file_name =clang+ llvm-$($(package ) _version) -x86_64-linux-gnu-ubuntu-16 .04.tar.xz
6
+ $(package)_sha256_hash =48b83ef827ac2c213d5b64f5ad7ed082c8bcb712b46644e0dc5045c6f462c231
7
7
8
8
define $(package)_preprocess_cmds
9
9
rm -f $($(package ) _extract_dir) /lib/libc++abi.so*
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ $(package)_qt_libs=corelib network widgets gui plugins testlib
9
9
$(package)_patches =fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch
10
10
$(package)_patches+ = fix_android_qmake_conf.patch fix_android_jni_static.patch dont_hardcode_pwd.patch
11
11
$(package)_patches+ = drop_lrelease_dependency.patch no_sdk_version_check.patch
12
- $(package)_patches+ = fix_qpainter_non_determinism.patch fix_lib_paths.patch fix_android_pch.patch
12
+ $(package)_patches+ = fix_lib_paths.patch fix_android_pch.patch
13
13
$(package)_patches+ = fix_bigsur_drawing.patch qtbase-moc-ignore-gcc-macro.patch
14
14
15
15
$(package)_qttranslations_file_name =qttranslations-$($(package ) _suffix)
@@ -227,7 +227,6 @@ define $(package)_preprocess_cmds
227
227
patch -p1 -i $($(package ) _patch_dir) /fix_android_jni_static.patch && \
228
228
patch -p1 -i $($(package ) _patch_dir) /fix_android_pch.patch && \
229
229
patch -p1 -i $($(package ) _patch_dir) /no-xlib.patch && \
230
- patch -p1 -i $($(package ) _patch_dir) /fix_qpainter_non_determinism.patch &&\
231
230
patch -p1 -i $($(package ) _patch_dir) /no_sdk_version_check.patch && \
232
231
patch -p1 -i $($(package ) _patch_dir) /fix_lib_paths.patch && \
233
232
patch -p1 -i $($(package ) _patch_dir) /fix_bigsur_drawing.patch && \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments