Files
gentoo/net-libs/liboping/files/liboping-1.10.0-no-werror.patch
Thomas Deutschmann c23d497c3f net-libs/liboping: remove -Werror
...and while we are here, add some upstream patches
for issues reported by Gentoo users.

Closes: https://bugs.gentoo.org/675344
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2019-01-14 04:06:58 +01:00

14 lines
240 B
Diff

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,10 +2,6 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
SUBDIRS = mans
-if COMPILER_IS_GCC
-AM_CFLAGS = -Wall -Werror
-endif
-
include_HEADERS = oping.h
lib_LTLIBRARIES = liboping.la