[packages] ipcad: fix compilation against librpc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25895 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7a75faf30a
commit
d3d1a19a31
@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/ipcad
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpcap
|
||||
DEPENDS:=+libpcap $(LIBRPC_DEPENDS)
|
||||
TITLE:=listens for traffic on the specified interfaces
|
||||
URL:=http://lionet.info/ipcad/
|
||||
endef
|
||||
@ -51,6 +51,8 @@ CONFIGURE_VARS += \
|
||||
ac_cv_header_linux_netfilter_ipv4_ip_queue_h=no \
|
||||
ac_cv_header_linux_netfilter_ipv4_ipt_ULOG_h=no \
|
||||
|
||||
TARGET_LDFLAGS += $(LIBRPC)
|
||||
|
||||
define Package/ipcad/install
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(CP) $(PKG_INSTALL_DIR)/etc/ipcad.conf $(1)/etc/
|
||||
|
Loading…
x
Reference in New Issue
Block a user