bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash cores if nscd disabled on Solaris LDAP sasl/gssapi client


From: Serge Dussud
Subject: Re: bash cores if nscd disabled on Solaris LDAP sasl/gssapi client
Date: Mon, 03 Nov 2008 09:54:27 +0100
User-agent: Thunderbird 2.0.0.14 (X11/20080505)


ok, thanks !

Serge


On 10/30/08 08:26 PM, Chet Ramey wrote:
ah OK, so I guess I need to work on a customized patched for 3.2 then.
Any ideas yet of what the exact change will be in configure.bin so that I can apply to same in our deliveries ?

*** ../bash-3.2-patched/configure.in    2007-12-14 21:12:29.000000000 -0500
--- configure.in        2008-10-23 09:10:57.000000000 -0400
***************
*** 992,997 ****
--- 1009,1017 ----
  sco3.2*)      LOCAL_CFLAGS=-DMUST_UNBLOCK_CHLD ;;
  sunos4*)      LOCAL_CFLAGS=-DSunOS4 ;;
  solaris2.5*)  LOCAL_CFLAGS="-DSunOS5 -DSOLARIS" ;;
+ solaris2.8*)  LOCAL_CFLAGS=-DSOLARIS LOCAL_LDFLAGS='-z interpose' ;;
+ solaris2.9*)  LOCAL_CFLAGS=-DSOLARIS LOCAL_LDFLAGS='-z interpose' ;;
+ solaris2.10*) LOCAL_CFLAGS=-DSOLARIS LOCAL_LDFLAGS='-z interpose' ;;
  solaris2*)    LOCAL_CFLAGS=-DSOLARIS ;;
  lynxos*)      LOCAL_CFLAGS=-DRECYCLES_PIDS ;;
  linux*)               LOCAL_LDFLAGS=-rdynamic          # allow dynamic loading

Also, do you or would you have a bug # for reference ?

Sorry, I don't.

Chet





reply via email to

[Prev in Thread] Current Thread [Next in Thread]