mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-fs/inotify-tools: removed unused command line argument
as result we get successful compilation with clang Signed-off-by: Denis Pronin <dannftk@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/14755 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
committed by
Lars Wendler
parent
bfa4622ef7
commit
9cf0bcbd61
@@ -0,0 +1,11 @@
|
||||
--- inotify-tools-3.20.1/src/Makefile.am
|
||||
+++ inotify-tools-3.20.1/src/Makefile.am
|
||||
@@ -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 -Werror -Wpointer-arith -std=c99 -I../libinotifytools/src
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/libinotifytools/src
|
||||
LDADD = ../libinotifytools/src/libinotifytools.la
|
||||
|
||||
@@ -17,6 +17,8 @@ IUSE="doc"
|
||||
DEPEND="doc? ( app-doc/doxygen )"
|
||||
RDEPEND=""
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-rm-unused-cmd-arg.patch" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
|
||||
Reference in New Issue
Block a user