ipcad fixes:
- don't use/detect ULOG capture either - remove files touches (don't seem needed anymore) - sanitize & cleanup - bump release number git-svn-id: svn://svn.openwrt.org/openwrt/packages@13964 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5be97cfcdd
commit
4e59d48856
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2008 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ipcad
|
PKG_NAME:=ipcad
|
||||||
PKG_VERSION:=3.7.3
|
PKG_VERSION:=3.7.3
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/ipcad
|
PKG_SOURCE_URL:=@SF/ipcad
|
||||||
@ -36,24 +36,19 @@ define Package/ipcad/conffiles/
|
|||||||
/etc/ipcad.conf
|
/etc/ipcad.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# XXX: don't detect/use netfilter ipq capture
|
CONFIGURE_ARGS += \
|
||||||
define Build/Configure
|
--enable-shared \
|
||||||
(cd $(PKG_BUILD_DIR); touch \
|
--disable-static \
|
||||||
cfglex.c \
|
--with-psrc=pcap \
|
||||||
cslex.c \
|
--with-pcap-include="$(STAGING_DIR)/usr/include" \
|
||||||
);
|
--with-pcap-libraries="$(STAGING_DIR)/usr/lib" \
|
||||||
$(call Build/Configure/Default, \
|
|
||||||
--enable-shared \
|
# XXX: don't detect/use netfilter QUEUE/ULOG captures
|
||||||
--disable-static \
|
CONFIGURE_VARS += \
|
||||||
--with-psrc=pcap \
|
ac_cv_func_getifaddrs=no \
|
||||||
--with-pcap-include="$(STAGING_DIR)/usr/include" \
|
ac_cv_header_ifaddrs_h=no \
|
||||||
--with-pcap-libraries="$(STAGING_DIR)/usr/lib" \
|
ac_cv_header_linux_netfilter_ipv4_ip_queue_h=no \
|
||||||
, \
|
ac_cv_header_linux_netfilter_ipv4_ipt_ULOG_h=no \
|
||||||
ac_cv_func_getifaddrs=no \
|
|
||||||
ac_cv_header_ifaddrs_h=no \
|
|
||||||
ac_cv_header_linux_netfilter_ipv4_ip_queue_h=no \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user