From: Lars-Peter Clausen Date: Fri, 10 Oct 2008 16:04:33 +0000 (+0000) Subject: Fix libnl pkg config file template. X-Git-Tag: reboot~25421 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=06c86e853805658c2ff94561d59b8c35c5f6d169;p=openwrt%2Fstaging%2Fchunkeey.git Fix libnl pkg config file template. SVN-Revision: 12945 --- diff --git a/package/libnl/patches/150-fix-libnl-pc-config.patch b/package/libnl/patches/150-fix-libnl-pc-config.patch new file mode 100644 index 0000000000..ccdbc355a8 --- /dev/null +++ b/package/libnl/patches/150-fix-libnl-pc-config.patch @@ -0,0 +1,13 @@ +diff --git a/libnl-1.pc.in b/libnl-1.pc.in +index 7ac8413..66a7cd9 100644 +--- a/libnl-1.pc.in ++++ b/libnl-1.pc.in +@@ -1,7 +1,7 @@ + prefix=@prefix@ + exec_prefix=@prefix@ + libdir=@libdir@ +-includedir=@prefix@/include ++includedir=@includedir@ + + Name: libnl + Description: Convenience library for netlink sockets