diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-01-20 07:54:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-01-20 07:54:40 +0000 |
commit | 41f70d5c98a28f8cf39871c5e80cf2f20a97c551 (patch) | |
tree | 0fe46b8e8367758b7414d9141cc62ce8296d1f3e /net | |
parent | Use *.bz2 tarball. (diff) |
Respect CFLAGS
Diffstat (limited to 'net')
-rw-r--r-- | net/ip-tun/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/ip-tun/files/patch-aa b/net/ip-tun/files/patch-aa new file mode 100644 index 000000000000..ed8e466accb5 --- /dev/null +++ b/net/ip-tun/files/patch-aa @@ -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 |