nettle: add patch to fix pkgconfig file, so gnutls is finding all nettle headers

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-05-30 20:36:03 +02:00
parent eec3dc4caf
commit f62a357d17

View File

@ -0,0 +1,9 @@
diff -Naur nettle-2.7.1/nettle.pc.in nettle-2.7.1.patch/nettle.pc.in
--- nettle-2.7.1/nettle.pc.in 2013-05-28 16:21:53.000000000 +0200
+++ nettle-2.7.1.patch/nettle.pc.in 2014-05-30 18:09:10.503171166 +0200
@@ -8,4 +8,4 @@
URL: http://www.lysator.liu.se/~nisse/nettle
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lnettle
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I${includedir}/nettle