From 8fbbe22300201ea9f103c684800e477187e35e02 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 6 Mar 2011 18:23:29 +0000 Subject: [PATCH] ipcad: fix compilation against librpc SVN-Revision: 25895 --- net/ipcad/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/ipcad/Makefile b/net/ipcad/Makefile index 125cce046..1d541f903 100644 --- 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/ -- 2.30.2