Respect CFLAGS

This commit is contained in:
Kris Kennaway 2001-01-20 07:54:40 +00:00
parent cc4e745af3
commit 41f70d5c98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37359

12
net/ip-tun/files/patch-aa Normal file
View file

@ -0,0 +1,12 @@
--- Makefile.orig Fri Jan 19 23:53:16 2001
+++ Makefile Fri Jan 19 23:53:33 2001
@@ -83,7 +83,8 @@
#
# Primary Author: Stephen Suryaputra
-CFLAGS = -g -O2 -Wall -pipe -DHAVE_SOCKADDR_SA_LEN -DIPV6
+CFLAGS ?= -O2
+CFLAGS += -g -Wall -pipe -DHAVE_SOCKADDR_SA_LEN -DIPV6
LDFLAGS =
LDLIBS =
PREFIX?= /usr/local