[package] update ndyndns to 2.1 (#8732)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25246 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2011-01-29 22:09:11 +00:00
parent b8b0482937
commit 81b7af0be4
5 changed files with 243 additions and 183 deletions

View File

@ -1,14 +1,24 @@
diff --git a/configure b/configure
index 73ac9e1..3d3c187 100755
--- a/configure
+++ b/configure
@@ -3520,8 +3520,7 @@ fi
diff -urN ndyndns-2.1.orig/configure ndyndns-2.1/configure
--- ndyndns-2.1.orig/configure 2010-07-17 13:22:39.000000000 +0200
+++ ndyndns-2.1/configure 2011-01-26 16:24:15.834445729 +0100
@@ -3318,7 +3318,7 @@
fi
-CURLINC=-I`curl-config --prefix`/include
-
+CURLINC=`curl-config --cflags`
+CURLINC=-I`curl-config --cflags`
CURLLIB=`curl-config --libs`
diff -urN ndyndns-2.1.orig/configure.in ndyndns-2.1/configure.in
--- ndyndns-2.1.orig/configure.in 2010-07-17 13:22:11.000000000 +0200
+++ ndyndns-2.1/configure.in 2011-01-26 16:24:14.090441650 +0100
@@ -24,7 +24,7 @@
fi
AC_SUBST(PLATFORM)
-CURLINC=-I`curl-config --prefix`/include
+CURLINC=-I`curl-config --cflags`
AC_SUBST(CURLINC)
CURLLIB=`curl-config --libs`
AC_SUBST(CURLLIB)