From 9dcd47655fd59036766147b2db4f9663aa5b4838 Mon Sep 17 00:00:00 2001
From: Maxime Bizon <mbizon@freebox.fr>
Date: Thu, 16 Jan 2020 01:08:06 +0100
Subject: [PATCH 13/18] pppdump: fix cflags

---
 pppdump/Makefile.linux | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pppdump/Makefile.linux b/pppdump/Makefile.linux
index 0457561..c9fa9a8 100644
--- a/pppdump/Makefile.linux
+++ b/pppdump/Makefile.linux
@@ -2,7 +2,8 @@ DESTDIR = $(INSTROOT)@DESTDIR@
 BINDIR = $(DESTDIR)/sbin
 MANDIR = $(DESTDIR)/share/man/man8
 
-CFLAGS= -O -I../include/net
+COPTS = -O
+CFLAGS= $(COPTS) -I../include/net
 OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
 
 INSTALL= install
-- 
2.17.1

