Skip to content

Commit

Permalink
strace: update to 5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 authored and finagolfin committed Aug 13, 2022
1 parent 6a34873 commit 054a9ef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/strace/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Debugging utility to monitor system calls and signals re
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_LICENSE_FILE="COPYING, LGPL-2.1-or-later"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="5.18"
TERMUX_PKG_VERSION="5.19"
TERMUX_PKG_SRCURL=https://github.com/strace/strace/releases/download/v$TERMUX_PKG_VERSION/strace-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=60293ea79ac9253d600cdc9be077ad2988ca22284a439c9e66be5150db3d1187
TERMUX_PKG_SHA256=aa3dc1c8e60e4f6ff3d396514aa247f3c7bf719d8a8dc4dd4fa793be786beca3
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libdw"

Expand Down
13 changes: 13 additions & 0 deletions packages/strace/bundled-linux-include-uapi-linux-in.h.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- a/bundled/linux/include/uapi/linux/in.h
+++ b/bundled/linux/include/uapi/linux/in.h
@@ -84,7 +84,9 @@
};
#endif

-#if __UAPI_DEF_IN_ADDR
+#ifdef __ANDROID__
+#include <bits/in_addr.h>
+#elif __UAPI_DEF_IN_ADDR
/* Internet address. */
struct in_addr {
__be32 s_addr;

0 comments on commit 054a9ef

Please sign in to comment.