]> git.ipfire.org Git - ipfire-3.x.git/blob - liboping/patches/liboping-1.10.0-no-werror.patch
lm-sensors: Proper use compiler and linker flags during build time
[ipfire-3.x.git] / liboping / patches / liboping-1.10.0-no-werror.patch
1 --- liboping-1.10.0/src/Makefile.am 2017-05-11 00:32:27.000000000 -0700
2 +++ liboping-1.10.0/src/Makefile.am.new 2018-07-24 14:29:43.400661398 -0700
3 @@ -3,7 +3,7 @@
4 SUBDIRS = mans
5
6 if COMPILER_IS_GCC
7 -AM_CFLAGS = -Wall -Werror
8 +AM_CFLAGS = -Wall
9 endif
10
11 include_HEADERS = oping.h
12 --- liboping-1.10.0/src/Makefile.in 2018-07-24 14:30:52.192553951 -0700
13 +++ liboping-1.10.0/src/Makefile.in.new 2018-07-24 14:30:57.281546003 -0700
14 @@ -388,7 +388,7 @@
15 top_srcdir = @top_srcdir@
16 AUTOMAKE_OPTIONS = foreign no-dependencies
17 SUBDIRS = mans
18 -@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall -Werror
19 +@COMPILER_IS_GCC_TRUE@AM_CFLAGS = -Wall
20 include_HEADERS = oping.h
21 lib_LTLIBRARIES = liboping.la
22