mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
eec3dc4caf
commit
f62a357d17
@ -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
|
Loading…
x
Reference in New Issue
Block a user