mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
vdr-satip: add patch to use pkg-config
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f7d5ec89ec
commit
c2fc82f527
@ -0,0 +1,12 @@
|
||||
diff -Naur satip-2.2.2/Makefile satip-2.2.2.patch/Makefile
|
||||
--- satip-2.2.2/Makefile 2015-04-26 03:20:00.000000000 +0200
|
||||
+++ satip-2.2.2.patch/Makefile 2016-01-07 07:33:20.588462880 +0100
|
||||
@@ -53,7 +53,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