inotify-tools: update to 3.20.2

This commit is contained in:
Leonid Pliushch 2020-01-30 21:14:28 +02:00
parent fdbec71c1d
commit 7b68da838e
2 changed files with 7 additions and 8 deletions

View File

@ -1,10 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://github.com/rvoicilas/inotify-tools/wiki
TERMUX_PKG_DESCRIPTION="Programs providing a simple interface to inotify"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=3.20.1
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION=3.20.2
TERMUX_PKG_SRCURL=https://github.com/rvoicilas/inotify-tools/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=a433cc1dedba851078276db69b0e97f9fe41e4ba3336d2971adfca4b3a6242ac
TERMUX_PKG_SHA256=5ef0519934ac99f58c217fce259832a4ed51e25ded64c8aaf1149791b2c9b2c7
TERMUX_PKG_BREAKS="inotify-tools-dev"
TERMUX_PKG_REPLACES="inotify-tools-dev"
TERMUX_PKG_BUILD_IN_SRC=true

View File

@ -1,12 +1,12 @@
diff -u -r ../inotify-tools-3.20.1/src/Makefile.am ./src/Makefile.am
--- ../inotify-tools-3.20.1/src/Makefile.am 2018-01-06 12:10:51.000000000 +0100
+++ ./src/Makefile.am 2018-05-19 00:38:08.962826874 +0200
diff -uNr inotify-tools-3.20.2/src/Makefile.am inotify-tools-3.20.2.mod/src/Makefile.am
--- inotify-tools-3.20.2/src/Makefile.am 2020-01-30 02:04:48.000000000 +0200
+++ inotify-tools-3.20.2.mod/src/Makefile.am 2020-01-30 21:18:17.734398158 +0200
@@ -2,7 +2,7 @@
inotifywait_SOURCES = inotifywait.c common.c common.h
inotifywatch_SOURCES = inotifywatch.c common.c common.h
-AM_CFLAGS = -Wall -Werror -Wpointer-arith -std=c99 -I../libinotifytools/src -L../libinotifytools/src
+AM_CFLAGS = -Wall -Wpointer-arith -std=c99 -I../libinotifytools/src -L../libinotifytools/src
-AM_CFLAGS = -Wall -Wextra -Wpointer-arith -Werror -std=c99 -I../libinotifytools/src
+AM_CFLAGS = -Wall -Wextra -Wpointer-arith -std=c99 -I../libinotifytools/src
AM_CPPFLAGS = -I$(top_srcdir)/libinotifytools/src
LDADD = ../libinotifytools/src/libinotifytools.la