From b6154e4357199e0ff50aebd385d7d32cebee363c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Wed, 27 Oct 2010 15:40:42 +0000 Subject: [PATCH] linuxigd: Fix compile failure. The library is libip4tc. not libiptc. SVN-Revision: 23676 --- net/linuxigd/Makefile | 2 +- net/linuxigd/patches/003-Makefile-fix.patch | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/net/linuxigd/Makefile b/net/linuxigd/Makefile index 520dc8534f..0fa468a69f 100644 --- a/net/linuxigd/Makefile +++ b/net/linuxigd/Makefile @@ -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 diff --git a/net/linuxigd/patches/003-Makefile-fix.patch b/net/linuxigd/patches/003-Makefile-fix.patch index 25a1c54828..e530a7c6cb 100644 --- a/net/linuxigd/patches/003-Makefile-fix.patch +++ b/net/linuxigd/patches/003-Makefile-fix.patch @@ -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`" -- 2.30.2