From 72ae8ffa3fb6216385bfba345f9bde8389bc9edb Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Fri, 28 Jan 2000 03:05:21 +0000 Subject: Add -pedantic to override the default -pedantic-errors, to allow socket code to compile. Include where needed. --- mbone/rtpmon/files/patch-ad | 11 +++++++++++ mbone/rtpmon/files/patch-ae | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 mbone/rtpmon/files/patch-ad create mode 100644 mbone/rtpmon/files/patch-ae (limited to 'mbone/rtpmon') diff --git a/mbone/rtpmon/files/patch-ad b/mbone/rtpmon/files/patch-ad new file mode 100644 index 000000000000..50584fae6407 --- /dev/null +++ b/mbone/rtpmon/files/patch-ad @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Jan 27 19:01:25 2000 ++++ Makefile.in Thu Jan 27 19:01:36 2000 +@@ -43,7 +43,7 @@ + all: rtpmon + + .cc.o: +- $(C++) -o $@ -c $(CXXFLAGS) $*.cc ++ $(C++) -pedantic -o $@ -c $(CXXFLAGS) $*.cc + + .c.o: + $(CC) -o $@ -c $(CFLAGS) $*.c diff --git a/mbone/rtpmon/files/patch-ae b/mbone/rtpmon/files/patch-ae new file mode 100644 index 000000000000..1133c136c8bb --- /dev/null +++ b/mbone/rtpmon/files/patch-ae @@ -0,0 +1,10 @@ +--- net-ip.cc.orig Thu Jan 27 19:03:25 2000 ++++ net-ip.cc Thu Jan 27 19:03:34 2000 +@@ -38,6 +38,7 @@ + #include + #include + #include ++#include + #include + #include + #include -- cgit v1.2.3