[packages] kismet: Remove deprecated configure arguments

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17230 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2009-08-11 23:26:18 +00:00
parent df86baf7e4
commit a64e357e6d

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -85,11 +85,6 @@ endef
CONFIGURE_ARGS += \
--sysconfdir=/etc/kismet \
--enable-syspcap=yes \
--disable-dbus \
--disable-setuid \
--disable-wsp100 \
--disable-gpsmap \
CONFIGURE_VARS += \
CXXFLAGS="$$$$CXXFLAGS -fno-builtin -fno-rtti -nostdinc++" \