diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-01-12 01:54:50 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-01-12 01:54:50 +0000 |
commit | 84383852c463c3b61e7535d2691a1a7b042de333 (patch) | |
tree | 144368cfbade11d2f307a24ac76f02f691d6c0d8 | |
parent | Fix coredump in attachment saving (for version with MIME) (diff) |
strip binaries
Notes
Notes:
svn path=/head/; revision=2615
-rw-r--r-- | mail/elm+ME/scripts/pre-configure | 4 | ||||
-rw-r--r-- | mail/elm/scripts/pre-configure | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/elm+ME/scripts/pre-configure b/mail/elm+ME/scripts/pre-configure index b605e1cc1639..84759c5a868d 100644 --- a/mail/elm+ME/scripts/pre-configure +++ b/mail/elm+ME/scripts/pre-configure @@ -1,7 +1,7 @@ #!/bin/sh - # # pre-configure script for Elm port to FreeBSD 2.0 -# $Id: pre-configure,v 1.6 1995/12/19 23:46:18 ache Exp $ +# $Id: pre-configure,v 1.7 1996/01/12 01:49:09 ache Exp $ PortsDir=$PORTSDIR CurDir=$CURDIR @@ -272,7 +272,7 @@ huge='' optimize='-O2' ccflags='' cppflags='' -ldflags='' +ldflags='-s' cc='cc' libs='' nametype='bsd' diff --git a/mail/elm/scripts/pre-configure b/mail/elm/scripts/pre-configure index b605e1cc1639..84759c5a868d 100644 --- a/mail/elm/scripts/pre-configure +++ b/mail/elm/scripts/pre-configure @@ -1,7 +1,7 @@ #!/bin/sh - # # pre-configure script for Elm port to FreeBSD 2.0 -# $Id: pre-configure,v 1.6 1995/12/19 23:46:18 ache Exp $ +# $Id: pre-configure,v 1.7 1996/01/12 01:49:09 ache Exp $ PortsDir=$PORTSDIR CurDir=$CURDIR @@ -272,7 +272,7 @@ huge='' optimize='-O2' ccflags='' cppflags='' -ldflags='' +ldflags='-s' cc='cc' libs='' nametype='bsd' |