inotify-tools: remove src-Makefile.am.patch

This commit is contained in:
Leonid Pliushch 2020-11-22 13:56:35 +00:00
parent 36a846c725
commit 3ad4f6adea
1 changed files with 0 additions and 12 deletions

View File

@ -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