From 7aaf76290251de001f4fd4f0cb70401f16c71171 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 16 Nov 2011 20:02:29 +0000 Subject: [PATCH] packages/motion: disable SDL & sqlite3 support explicitly, disable CPU optimizations detection SVN-Revision: 29196 --- multimedia/motion/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index 2ddc4604f2..0909c24559 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2009 OpenWrt.org +# Copyright (C) 2008-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=motion PKG_VERSION:=20110826-051001 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.lavrsen.dk/sources/motion-daily \ @@ -33,10 +33,13 @@ define Package/motion/conffiles endef CONFIGURE_ARGS+= \ + --without-optimizecpu \ --without-ffmpeg \ --without-jpeg-mmx \ + --without-sdl \ --without-mysql \ --without-pgsql \ + --without-sqlite3 \ define Package/motion/install $(INSTALL_DIR) $(1)/etc -- 2.30.2