summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-23 00:01:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-23 00:01:04 +0000
commitd4788043a63ef9283977820ebeb919278611e7b7 (patch)
tree5f7611ba1ce09680731e60f67c8da3676b89757f /security
parentPacify Fenner's report. (diff)
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=91918
Diffstat (limited to 'security')
-rw-r--r--security/autossh/files/patch-Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/autossh/files/patch-Makefile b/security/autossh/files/patch-Makefile
new file mode 100644
index 000000000000..e4a8ffeb22d3
--- /dev/null
+++ b/security/autossh/files/patch-Makefile
@@ -0,0 +1,13 @@
+--- Makefile.bsd.bak Wed Oct 22 16:48:40 2003
++++ Makefile.bsd Wed Oct 22 16:49:17 2003
+@@ -9,7 +9,9 @@
+ SSH= /usr/bin/ssh
+ PREFIX?= /usr/local
+
+-CFLAGS= -Wall -pedantic -D"SSH_PATH=\"$(SSH)\""\
++CC?= cc
++CFLAGS?= -O -pipe
++CFLAGS+= -D"SSH_PATH=\"$(SSH)\""\
+ -D"VER=\"$(VER)\""
+ OFILES= autossh.o
+ LIBS=