aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-04-29 07:56:42 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-04-29 07:56:42 +0000
commitdd726f562d9478bc5b524c3914014e9d144c0939 (patch)
tree3882505d3bc21c80e30b11f6be13d9565a27470e /shells
parentbe73fc6e37872d125527d5102beceab5c502ed72 (diff)
downloadports-dd726f562d9478bc5b524c3914014e9d144c0939.tar.gz
ports-dd726f562d9478bc5b524c3914014e9d144c0939.zip
Link statically.
Prompted by: latest discussion in freebsd-security
Notes
Notes: svn path=/head/; revision=10754
Diffstat (limited to 'shells')
-rw-r--r--shells/pdksh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile
index 7fb138218e82..52c057f2298d 100644
--- a/shells/pdksh/Makefile
+++ b/shells/pdksh/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 May 1995
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.16 1996/11/18 11:39:51 asami Exp $
+# $Id: Makefile,v 1.17 1997/10/28 15:36:37 tg Exp $
#
DISTNAME= pdksh-5.2.13
@@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
MAINTAINER= tg@FreeBSD.ORG
GNU_CONFIGURE= yes
+CONFIGURE_ENV= LDSTATIC=-static
MAN1= ksh.1
.include <bsd.port.mk>