Date: 21 Jul 2003 11:47:20 -0000 From: Sergei Kolobov <sergei@kolobov.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/54699: [MAINTAINER] shells/zsh: NOSHARED does not produce static executable Message-ID: <20030721114720.30784.qmail@kolobov.com> Resent-Message-ID: <200307211150.h6LBoOX3078534@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 54699 >Category: ports >Synopsis: [MAINTAINER] shells/zsh: NOSHARED does not produce static executable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 21 04:50:23 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Jul 15 17:02:55 MSD 2003 >Description: - Fix build in NOSHARED case - make it produce a static version of zsh, as intended Noticed by: Dan Nelson >How-To-Repeat: >Fix: --- zsh-4.0.7.patch begins here --- Index: Makefile =================================================================== RCS file: /FreeBSD/cvs/ports/shells/zsh/Makefile,v retrieving revision 1.59 diff -u -r1.59 Makefile --- Makefile 20 Jul 2003 04:18:18 -0000 1.59 +++ Makefile 21 Jul 2003 11:21:22 -0000 @@ -74,6 +74,7 @@ .endif .if defined(NOSHARED) +CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -static" CONFIGURE_ARGS+= --disable-dynamic PLIST_SUB+= NO_STATIC="@comment " .else --- zsh-4.0.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030721114720.30784.qmail>