From 832e6023c46b4d912c72d843caefa1bc634cfbbe Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 29 Jun 2012 07:43:42 -0600 Subject: [PATCH] actually use flags set in debian/rules --- Makefile | 4 ++-- debian/control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 55e3a1e..714d21b 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ OPTIONS = CC = gcc RM = rm -f -CFLAGS = -DLINUX -DUSE_TERMIOS -g -O2 -Wall $(OPTIONS) -LDFLAGS = +CFLAGS += -DLINUX -DUSE_TERMIOS -g -O2 -Wall $(OPTIONS) +# LDFLAGS = OBJS = config.o ip.o main.o route.o run.o slip.o tun.o diff --git a/debian/control b/debian/control index 9d0b7e2..98c62db 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: extra Maintainer: Bdale Garbee Build-Depends: debhelper -Standards-Version: 3.7.3 +Standards-Version: 3.9.3 Vcs-Git: git://git.gag.com/debian/ipip Vcs-Browser: http://git.gag.com/?p=debian/ipip -- 2.30.2