From: Bdale Garbee Date: Fri, 29 Jun 2012 13:43:42 +0000 (-0600) Subject: actually use flags set in debian/rules X-Git-Tag: debian/1.1.9~7 X-Git-Url: https://git.gag.com/?p=debian%2Fipip;a=commitdiff_plain;h=832e6023c46b4d912c72d843caefa1bc634cfbbe actually use flags set in debian/rules --- 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