projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a75faf
)
[packages] ipcad: fix compilation against librpc
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Mar 2011 18:23:29 +0000
(18:23 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Mar 2011 18:23:29 +0000
(18:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25895
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/ipcad/Makefile
patch
|
blob
|
history
diff --git
a/net/ipcad/Makefile
b/net/ipcad/Makefile
index
125cce0
..
1d541f9
100644
(file)
--- a/
net/ipcad/Makefile
+++ b/
net/ipcad/Makefile
@@
-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/