From 893dbd1ad886bacf9ad8af3ca55fad0d8b44918b Mon Sep 17 00:00:00 2001 From: lars Date: Fri, 19 Feb 2010 04:57:35 +0000 Subject: [PATCH] [packages] ndyndns: Don't add host include paths. git-svn-id: svn://svn.openwrt.org/openwrt/packages@19739 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/010-dont-add-host-includes.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net/ndyndns/patches/010-dont-add-host-includes.patch 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 index 000000000..d24af5305 --- /dev/null +++ b/net/ndyndns/patches/010-dont-add-host-includes.patch @@ -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` + +