mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
tvheadend: add patch to remove -Werror from CFLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
294c0808c9
commit
d2fea23349
@ -0,0 +1,12 @@
|
|||||||
|
diff -Naur tvheadend-3.9.1050/Makefile tvheadend-3.9.1050.patch/Makefile
|
||||||
|
--- tvheadend-3.9.1050/Makefile 2014-07-07 21:39:24.000000000 +0200
|
||||||
|
+++ tvheadend-3.9.1050.patch/Makefile 2014-07-14 17:57:09.483454814 +0200
|
||||||
|
@@ -28,7 +28,7 @@
|
||||||
|
#
|
||||||
|
|
||||||
|
CFLAGS += -g -O2
|
||||||
|
-CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
|
||||||
|
+CFLAGS += -Wall -Wwrite-strings -Wno-deprecated-declarations
|
||||||
|
CFLAGS += -Wmissing-prototypes
|
||||||
|
CFLAGS += -fms-extensions -funsigned-char -fno-strict-aliasing
|
||||||
|
CFLAGS += -D_FILE_OFFSET_BITS=64
|
Loading…
x
Reference in New Issue
Block a user