linuxigd: Fix compile failure. The library is libip4tc. not libiptc.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23676 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-10-27 15:40:42 +00:00
parent 0be1247b91
commit 4673d3e011
2 changed files with 12 additions and 3 deletions

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=linuxigd
PKG_VERSION:=1.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/linux-igd

View File

@ -1,7 +1,16 @@
Index: linuxigd-1.0/Makefile
===================================================================
--- linuxigd-1.0.orig/Makefile 2008-02-27 10:45:26.000000000 +0100
+++ linuxigd-1.0/Makefile 2008-02-27 10:45:54.000000000 +0100
--- linuxigd-1.0.orig/Makefile 2006-05-24 00:16:36.000000000 +0200
+++ linuxigd-1.0/Makefile 2010-10-27 17:37:40.000000000 +0200
@@ -15,7 +15,7 @@
INCLUDES += -I$(LIBIPTC_PREFIX)/include
endif
-LIBS += -liptc
+LIBS += -lip4tc
INCLUDES += -DHAVE_LIBIPTC
FILES += iptc.o
endif
@@ -27,7 +27,7 @@
@echo "make $@ finished on `date`"