SHA256
1
0
forked from pool/tvheadend
tvheadend/tvheadend-4.0_no-werror.patch
Denisart Benjamin e81d11a8c1 Accepting request 460709 from home:sleep_walker:branches:multimedia:apps
- 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
2017-02-27 14:12:27 +00:00

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