mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-04 08:27:48 +00:00
gcc: add patch to compile with ppl-0.11
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
17662e4bff
commit
43300378ee
@ -0,0 +1,24 @@
|
||||
diff -Naur gcc-4.5.1/configure gcc-4.5.1.patch/configure
|
||||
--- gcc-4.5.1/configure 2010-06-24 23:06:37.000000000 +0200
|
||||
+++ gcc-4.5.1.patch/configure 2010-09-02 17:12:08.807742278 +0200
|
||||
@@ -5781,7 +5781,7 @@
|
||||
|
||||
# Check for PPL
|
||||
ppl_major_version=0
|
||||
-ppl_minor_version=10
|
||||
+ppl_minor_version=11
|
||||
ppllibs=" -lppl_c -lppl -lgmpxx"
|
||||
pplinc=
|
||||
|
||||
diff -Naur gcc-4.5.1/configure.ac gcc-4.5.1.patch/configure.ac
|
||||
--- gcc-4.5.1/configure.ac 2010-06-24 23:06:37.000000000 +0200
|
||||
+++ gcc-4.5.1.patch/configure.ac 2010-09-02 17:12:22.748618664 +0200
|
||||
@@ -1511,7 +1511,7 @@
|
||||
|
||||
# Check for PPL
|
||||
ppl_major_version=0
|
||||
-ppl_minor_version=10
|
||||
+ppl_minor_version=11
|
||||
ppllibs=" -lppl_c -lppl -lgmpxx"
|
||||
pplinc=
|
||||
|
Loading…
x
Reference in New Issue
Block a user