From 6c2e76d7c1fefeed0fea6dd19e393ad37b90380a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 30 May 2014 20:36:03 +0200 Subject: [PATCH] nettle: add patch to fix pkgconfig file, so gnutls is finding all nettle headers Signed-off-by: Stephan Raue --- .../security/nettle/patches/nettle-03-pkgconfig.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 packages/security/nettle/patches/nettle-03-pkgconfig.patch diff --git a/packages/security/nettle/patches/nettle-03-pkgconfig.patch b/packages/security/nettle/patches/nettle-03-pkgconfig.patch new file mode 100644 index 0000000000..10622097e2 --- /dev/null +++ b/packages/security/nettle/patches/nettle-03-pkgconfig.patch @@ -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