actually use flags set in debian/rules
authorBdale Garbee <bdale@gag.com>
Fri, 29 Jun 2012 13:43:42 +0000 (07:43 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 29 Jun 2012 13:43:42 +0000 (07:43 -0600)
Makefile
debian/control

index 55e3a1eaf80062d9e2d995598311c5cd28a48107..714d21bb146bce594aa0aa79ffd9a30e61de1001 100644 (file)
--- 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
 
index 9d0b7e264ce19147d3c30f2ddac2d6704ad13aec..98c62db920e26dfbed45dc0323b5f2f1b301f141 100644 (file)
@@ -3,7 +3,7 @@ Section: net
 Priority: extra
 Maintainer: Bdale Garbee <bdale@gag.com>
 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