File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ $(package)_version=4.8
33$(package)_download_path =https://sourceware.org/ftp/systemtap/releases/
44$(package)_file_name =$(package ) -$($(package ) _version) .tar.gz
55$(package)_sha256_hash =cbd50a4eba5b261394dc454c12448ddec73e55e6742fda7f508f9fbc1331c223
6- $(package)_patches =remove_SDT_ASM_SECTION_AUTOGROUP_SUPPORT_check.patch fix_variadic_warning.patch
6+ $(package)_patches =remove_SDT_ASM_SECTION_AUTOGROUP_SUPPORT_check.patch
77
88define $(package)_preprocess_cmds
99 patch -p1 < $($(package ) _patch_dir) /remove_SDT_ASM_SECTION_AUTOGROUP_SUPPORT_check.patch && \
10- patch -p1 < $($(package ) _patch_dir) /fix_variadic_warning.patch && \
1110 mkdir -p $($(package ) _staging_prefix_dir) /include/sys && \
1211 cp includes/sys/sdt.h $($(package ) _staging_prefix_dir) /include/sys/sdt.h
1312endef
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments