[Buildroot] [git commit] package/transmission: fix inotify configure option

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun May 20 13:32:13 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=acadbe6393e360d4b77195ec61bbe8b48d668c85
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The configure option is really called --with-inotify:
https://github.com/transmission/transmission/blob/2.9x/configure.ac#L211

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/transmission/transmission.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/transmission/transmission.mk b/package/transmission/transmission.mk
index 32e8e70789..f10fa190c8 100644
--- a/package/transmission/transmission.mk
+++ b/package/transmission/transmission.mk
@@ -16,7 +16,7 @@ TRANSMISSION_DEPENDENCIES = \
 	zlib
 TRANSMISSION_AUTORECONF = YES
 TRANSMISSION_CONF_OPTS = \
-	--disable-libnotify \
+	--without-inotify \
 	--enable-lightweight
 TRANSMISSION_LICENSE = GPL-2.0 or GPL-3.0 with OpenSSL exception
 TRANSMISSION_LICENSE_FILES = COPYING


More information about the buildroot mailing list