mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
vdr-iptv: add patch to use pkg-config
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8fac8e7b76
commit
273301d784
@ -0,0 +1,12 @@
|
|||||||
|
diff -Naur iptv-2.2.1/Makefile iptv-2.2.1.patch/Makefile
|
||||||
|
--- iptv-2.2.1/Makefile 2015-04-04 03:20:00.000000000 +0200
|
||||||
|
+++ iptv-2.2.1.patch/Makefile 2016-01-07 07:37:31.037078104 +0100
|
||||||
|
@@ -54,7 +54,7 @@
|
||||||
|
|
||||||
|
### Libraries
|
||||||
|
|
||||||
|
-LIBS = $(shell curl-config --libs)
|
||||||
|
+LIBS = $(shell pkg-config --libs libcurl)
|
||||||
|
|
||||||
|
### Includes and Defines (add further entries here):
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user