diff mbox

lirc-tools: remove non-existing configuration options

Message ID 1446065807-16317-1-git-send-email-arnout@mind.be
State Accepted
Commit 7af393a30c5ad274243c4f45c91a4d053233b62c
Headers show

Commit Message

Arnout Vandecappelle Oct. 28, 2015, 8:56 p.m. UTC
From: David Kosir <david.kosir@bylapis.com>

--enable-sandboxed and --with-driver options were used in 0.9.1
From 0.9.2 they are not used anymore.

Signed-off-by: David Kosir <david.kosir@bylapis.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[Arnout: resend without whitespace errors]
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/lirc-tools/lirc-tools.mk | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Comments

Peter Korsgaard Oct. 28, 2015, 10:38 p.m. UTC | #1
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 > From: David Kosir <david.kosir@bylapis.com>
 > --enable-sandboxed and --with-driver options were used in 0.9.1
 >> From 0.9.2 they are not used anymore.

 > Signed-off-by: David Kosir <david.kosir@bylapis.com>
 > Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
 > [Arnout: resend without whitespace errors]
 > Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Committed, thanks.
diff mbox

Patch

diff --git a/package/lirc-tools/lirc-tools.mk b/package/lirc-tools/lirc-tools.mk
index 2052b72..fbd8aaf 100644
--- a/package/lirc-tools/lirc-tools.mk
+++ b/package/lirc-tools/lirc-tools.mk
@@ -11,10 +11,7 @@  LIRC_TOOLS_LICENSE = GPLv2+
 LIRC_TOOLS_LICENSE_FILES = COPYING
 LIRC_TOOLS_DEPENDENCIES = host-pkgconf
 
-LIRC_TOOLS_CONF_OPTS = \
-	--without-x \
-	--enable-sandboxed \
-	--with-driver=userspace
+LIRC_TOOLS_CONF_OPTS = --without-x
 
 define LIRC_TOOLS_INSTALL_INIT_SYSV
 	$(INSTALL) -D -m 0755 package/lirc-tools/S25lircd \