Skip to content

Commit 28efd72

Browse files
committed
depends: systemtap 5.3
The diff in the copied header is: ```diff < #if __STDC_VERSION__ >= 199901L --- > #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L ``` From https://sourceware.org/git/?p=systemtap.git;a=commit;h=b8345d8e07b725a943a97b19aa4866e74baadd98.
1 parent 9a5ba15 commit 28efd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/packages/systemtap.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=systemtap
2-
$(package)_version=4.8
2+
$(package)_version=5.3
33
$(package)_download_path=https://sourceware.org/ftp/systemtap/releases/
44
$(package)_file_name=$(package)-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=cbd50a4eba5b261394dc454c12448ddec73e55e6742fda7f508f9fbc1331c223
5+
$(package)_sha256_hash=966a360fb73a4b65a8d0b51b389577b3c4f92a327e84aae58682103e8c65a69a
66
$(package)_patches=remove_SDT_ASM_SECTION_AUTOGROUP_SUPPORT_check.patch
77

88
define $(package)_preprocess_cmds

0 commit comments

Comments
 (0)