linuxigd: use libip4tc explicitly to fix a build failure
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30594 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f8d5e13a20
commit
47ab915053
@ -25,7 +25,7 @@ define Package/linuxigd
|
||||
CATEGORY:=Network
|
||||
TITLE:=UPnP daemon
|
||||
SUBMENU:=Firewall
|
||||
DEPENDS:=+libiptc +libupnp +libpthread
|
||||
DEPENDS:=+libip4tc +libupnp +libpthread
|
||||
URL:=http://linux-igd.sourceforge.net/
|
||||
endef
|
||||
|
||||
@ -46,6 +46,7 @@ define Build/Compile
|
||||
HAVE_LIBIPTC=1 \
|
||||
LIBIPTC_PREFIX="$(STAGING_DIR)/usr" \
|
||||
LIBUPNP_PREFIX="$(STAGING_DIR)/usr" \
|
||||
LIBS="-lpthread -lupnp -lixml -lthreadutil -lip4tc -L../lib" \
|
||||
all
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user