mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
strace: update to 4.17
This commit is contained in:
parent
fa3a18cd02
commit
3f68813a7f
@ -1,6 +1,6 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# This file is part of LibreELEC - http://www.libreelec.tv
|
# This file is part of LibreELEC - https://libreelec.tv
|
||||||
# Copyright (C) 2016 Team LibreELEC
|
# Copyright (C) 2016-present Team LibreELEC
|
||||||
#
|
#
|
||||||
# LibreELEC is free software: you can redistribute it and/or modify
|
# LibreELEC is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="strace"
|
PKG_NAME="strace"
|
||||||
PKG_VERSION="4.11"
|
PKG_VERSION="4.17"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="BSD"
|
PKG_LICENSE="BSD"
|
||||||
PKG_SITE="http://sourceforge.net/projects/strace/"
|
PKG_SITE="http://sourceforge.net/projects/strace/"
|
||||||
|
@ -0,0 +1,15 @@
|
|||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -31,11 +31,7 @@
|
||||||
|
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
AC_PREREQ(2.57)
|
||||||
|
-AC_INIT([strace],
|
||||||
|
- m4_esyscmd([./git-version-gen .tarball-version]),
|
||||||
|
- [strace-devel@lists.sourceforge.net],
|
||||||
|
- [strace],
|
||||||
|
- [https://strace.io])
|
||||||
|
+AC_INIT([strace],[4.17])
|
||||||
|
m4_define([copyright_year], m4_esyscmd([./copyright-year-gen .year]))
|
||||||
|
AC_COPYRIGHT([Copyright (C) 1999-]copyright_year[ The strace developers.])
|
||||||
|
AC_CONFIG_SRCDIR([strace.c])
|
@ -1,13 +0,0 @@
|
|||||||
diff -Naur strace-4.8/configure.ac strace-4.8.patch/configure.ac
|
|
||||||
--- strace-4.8/configure.ac 2013-05-04 21:51:57.000000000 +0200
|
|
||||||
+++ strace-4.8.patch/configure.ac 2013-09-04 03:30:12.478057723 +0200
|
|
||||||
@@ -1,8 +1,6 @@
|
|
||||||
dnl Process this file with autoconf to create configure. Use autoreconf.
|
|
||||||
AC_PREREQ(2.57)
|
|
||||||
-AC_INIT([strace],
|
|
||||||
- m4_esyscmd([./git-version-gen .tarball-version]),
|
|
||||||
- [strace-devel@lists.sourceforge.net])
|
|
||||||
+AC_INIT([strace],[4.8])
|
|
||||||
AC_CONFIG_SRCDIR([strace.c])
|
|
||||||
AC_CONFIG_AUX_DIR([.])
|
|
||||||
AC_CONFIG_HEADERS([config.h])
|
|
Loading…
x
Reference in New Issue
Block a user