From 3ad4f6adea181809f5fbbb34487bb1a2200e3d65 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 22 Nov 2020 13:56:35 +0000 Subject: [PATCH] inotify-tools: remove src-Makefile.am.patch --- packages/inotify-tools/src-Makefile.am.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 packages/inotify-tools/src-Makefile.am.patch diff --git a/packages/inotify-tools/src-Makefile.am.patch b/packages/inotify-tools/src-Makefile.am.patch deleted file mode 100644 index 919186fa2..000000000 --- a/packages/inotify-tools/src-Makefile.am.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 -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 -