zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: 3.1.5-pws-7: NetBSD configure fix
@ 1999-02-06  7:17 Geoff Wing
  0 siblings, 0 replies; only message in thread
From: Geoff Wing @ 1999-02-06  7:17 UTC (permalink / raw)
  To: zsh-workers

Heyla,
no "ld -g" for NetBSD please.
Anyone on NetBSD wanting dynamic loading, be sure to
``rm Src/modules-bltin'' after patching and running autoconf and configure.

*** configure.in.org	Wed Jan 27 02:32:30 1999
--- configure.in	Sat Feb  6 18:14:23 1999
***************
*** 214,220 ****
  fi
  if test -n "$auto_ldflags"; then
    case "${enable_zsh_debug}$host_os" in
!     yesaix*|yeshpux*) ;;  # AIX ld does not accept -g
      yes*)    LDFLAGS=-g ;;
      *)       LDFLAGS=-s ;;
    esac
--- 214,220 ----
  fi
  if test -n "$auto_ldflags"; then
    case "${enable_zsh_debug}$host_os" in
!     yesaix*|yeshpux*|yesnetbsd*) ;;  # "ld -g" is not valid on these systems
      yes*)    LDFLAGS=-g ;;
      *)       LDFLAGS=-s ;;
    esac

-- 
Geoff Wing   <gcw@pobox.com>            Mobile : (Australia) 0412 162 441
Work URL: http://www.primenet.com.au/   Ego URL: http://pobox.com/~gcw/


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-02-06  7:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-06  7:17 PATCH: 3.1.5-pws-7: NetBSD configure fix Geoff Wing

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).