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
3
3
$(package)_download_path =https://sourceware.org/ftp/systemtap/releases/
4
4
$(package)_file_name =$(package ) -$($(package ) _version) .tar.gz
5
5
$(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
7
7
8
8
define $(package)_preprocess_cmds
9
9
patch -p1 < $($(package ) _patch_dir) /remove_SDT_ASM_SECTION_AUTOGROUP_SUPPORT_check.patch && \
10
- patch -p1 < $($(package ) _patch_dir) /fix_variadic_warning.patch && \
11
10
mkdir -p $($(package ) _staging_prefix_dir) /include/sys && \
12
11
cp includes/sys/sdt.h $($(package ) _staging_prefix_dir) /include/sys/sdt.h
13
12
endef
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments