Skip to content

Commit 6047e25

Browse files
committed
Revert "depends: systemtap: remove variadic params that trigger compiler warnings"
This reverts commit df7ae8b.
1 parent 737e588 commit 6047e25

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

depends/packages/systemtap.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

88
define $(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
1312
endef

depends/patches/systemtap/fix_variadic_warning.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)