Package: ripmime / 1.4.0.10.debian.1-2

fix-ftbfs-gcc-853643.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Index: ripmime-1.4.0.10.debian.1/Makefile
===================================================================
--- ripmime-1.4.0.10.debian.1.orig/Makefile
+++ ripmime-1.4.0.10.debian.1/Makefile
@@ -15,7 +15,7 @@ VERSION=0.1.14
 #	use our recommended settings.
 #CFLAGS ?= -Wall -g -O2 -Werror $(CPU_OPTS)
 #CFLAGS=-Wall -g -O2 -Wundef -Wshadow -Wsign-compare -I.
-CFLAGS=-Wall -g -I. -O2 -Werror $(shell dpkg-buildflags --get CFLAGS)
+CFLAGS=-Wall -g -I. -O2 $(shell dpkg-buildflags --get CFLAGS)
 
 # OLE decoding is still considered to be 'beta' mode - so it 
 #	disabled in the stable release of ripMIME for now
Index: ripmime-1.4.0.10.debian.1/ripOLE/Makefile
===================================================================
--- ripmime-1.4.0.10.debian.1.orig/ripOLE/Makefile
+++ ripmime-1.4.0.10.debian.1/ripOLE/Makefile
@@ -1,6 +1,6 @@
 
 OBJS= ole.o olestream-unwrap.o bytedecoders.o logger.o pldstr.o bt-int.o
-CFLAGS=-Wall -g -O2 -I. -Werror $(shell dpkg-buildflags --get CFLAGS)
+CFLAGS=-Wall -g -O2 -I. $(shell dpkg-buildflags --get CFLAGS)
 
 
 .c.o: