25cf43b3c7
package build as a normal user + don't refer to MAKEFLAGS outside of pkgsrc/mk + add comments to patch files + use BSD_INSTALL_* definitions in the build Makefile + re-order some parts of the pkgsrc Makefile + use pkgsrc definitions for CFLAGS.${OPSYS} rather than conditionals XXX - TO DO - fix the xauth issue here
16 lines
679 B
Text
16 lines
679 B
Text
$NetBSD: patch-ab,v 1.8 2014/01/31 17:32:19 agc Exp $
|
|
|
|
comment out the path to the dropbear ssh client
|
|
- this is passed through CFLAGS
|
|
|
|
--- options.h.orig 2009-08-26 13:15:07.000000000 -0700
|
|
+++ options.h 2009-08-26 13:15:14.000000000 -0700
|
|
@@ -232,7 +232,7 @@ etc) slower (perhaps by 50%). Recommende
|
|
|
|
/* This is used by the scp binary when used as a client binary. If you're
|
|
* not using the Dropbear client, you'll need to change it */
|
|
-#define _PATH_SSH_PROGRAM "/usr/bin/dbclient"
|
|
+/*#define _PATH_SSH_PROGRAM "/usr/bin/dbclient"*/
|
|
|
|
/* Whether to log commands executed by a client. This only logs the
|
|
* (single) command sent to the server, not what a user did in a
|