[packages] ndyndns: Don't add host include paths.
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 19 Feb 2010 04:57:35 +0000 (04:57 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Fri, 19 Feb 2010 04:57:35 +0000 (04:57 +0000)
SVN-Revision: 19739

net/ndyndns/patches/010-dont-add-host-includes.patch [new file with mode: 0644]

diff --git a/net/ndyndns/patches/010-dont-add-host-includes.patch b/net/ndyndns/patches/010-dont-add-host-includes.patch
new file mode 100644 (file)
index 0000000..d24af53
--- /dev/null
@@ -0,0 +1,14 @@
+diff --git a/configure b/configure
+index 73ac9e1..3d3c187 100755
+--- a/configure
++++ b/configure
+@@ -3520,8 +3520,7 @@ fi
+ fi
+-CURLINC=-I`curl-config --prefix`/include
+-
++CURLINC=`curl-config --cflags`
+ CURLLIB=`curl-config --libs`