From f58dce7d4136fad4bfabfc030963bc9c2f84511e Mon Sep 17 00:00:00 2001 From: Faheem Pervez Date: Tue, 16 Jun 2020 09:37:04 +0100 Subject: [PATCH] transmission: --disable-gtk is not a valid configure option --- packages/transmission/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/transmission/build.sh b/packages/transmission/build.sh index cd0c0791e8..e853ed425b 100644 --- a/packages/transmission/build.sh +++ b/packages/transmission/build.sh @@ -6,7 +6,7 @@ TERMUX_PKG_SRCURL=https://github.com/transmission/transmission.git # lint-packages complains if SHA256 is not set TERMUX_PKG_SHA256=SKIP_CHECKSUM TERMUX_PKG_DEPENDS="libcurl, libevent, miniupnpc, openssl" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-gtk --enable-lightweight --cache-file=termux_configure.cache" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-gtk --enable-lightweight --cache-file=termux_configure.cache" # transmission already puts timestamps in the info printed to stdout so no need for svlogd -tt, # therefore we override the transmission/log run script TERMUX_PKG_SERVICE_SCRIPT=(