mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
...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>
14 lines
240 B
Diff
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
|
|
|