forked from pool/tvheadend
- replace original (but long-time broken) package with the working one living in PackMan build service (and adopt their changelog) - keep tvheadend-fix-daemon-user-group.patch - remove pre-systemd stuff and init scripts - move "homedir" of the user to /var/lib/tvheadend process spec file with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/460709 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/tvheadend?expand=0&rev=5
14 lines
505 B
Diff
14 lines
505 B
Diff
--- Makefile.orig 2015-06-27 14:15:57.523222561 +0200
|
|
+++ Makefile 2015-06-27 14:16:38.689192884 +0200
|
|
@@ -27,8 +27,8 @@ PROG := $(BUILDDIR)/tvheadend
|
|
# Common compiler flags
|
|
#
|
|
|
|
-CFLAGS += -g -O2 -Wunused-result
|
|
-CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
|
|
+CFLAGS += -g -O2
|
|
+CFLAGS += -Wall -Wwrite-strings -Wno-deprecated-declarations
|
|
CFLAGS += -Wmissing-prototypes
|
|
CFLAGS += -fms-extensions -funsigned-char -fno-strict-aliasing
|
|
CFLAGS += -D_FILE_OFFSET_BITS=64
|