summaryrefslogtreecommitdiff
path: root/sysutils/inotify-tools/files/patch-src_Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/inotify-tools/files/patch-src_Makefile.am')
-rw-r--r--sysutils/inotify-tools/files/patch-src_Makefile.am13
1 files changed, 4 insertions, 9 deletions
diff --git a/sysutils/inotify-tools/files/patch-src_Makefile.am b/sysutils/inotify-tools/files/patch-src_Makefile.am
index 50da9fa71b6b..aa6effcfc478 100644
--- a/sysutils/inotify-tools/files/patch-src_Makefile.am
+++ b/sysutils/inotify-tools/files/patch-src_Makefile.am
@@ -1,16 +1,11 @@
---- src/Makefile.am.orig 2014-11-09 20:57:04 UTC
+--- src/Makefile.am.orig 2020-01-30 00:04:48 UTC
+++ src/Makefile.am
-@@ -2,10 +2,11 @@ bin_PROGRAMS = inotifywait inotifywatch
+@@ -2,7 +2,7 @@ bin_PROGRAMS = inotifywait inotifywatch
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 -Werror -Wpointer-arith -std=c99
+-AM_CFLAGS = -Wall -Wextra -Wpointer-arith -Werror -std=c99 -I../libinotifytools/src
++AM_CFLAGS = -Wall -Wextra -Wpointer-arith -Werror -std=c99
AM_CPPFLAGS = -I$(top_srcdir)/libinotifytools/src
LDADD = ../libinotifytools/src/libinotifytools.la
-+AM_LDFLAGS = -L$(top_srcdir)/libinotifytools/src
- if STATIC_BINARY_ENABLE
--AM_LDFLAGS = -static-libtool-libs
-+AM_LDFLAGS += -static-libtool-libs
- endif