[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: |
Chet Ramey |
Subject: |
Re: bash cores if nscd disabled on Solaris LDAP sasl/gssapi client |
Date: |
Thu, 30 Oct 2008 15:26:05 -0400 |
> 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
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
Chet Ramey, ITS, CWRU chet@case.edu http://tiswww.tis.case.edu/~chet/
- Re: bash cores if nscd disabled on Solaris LDAP sasl/gssapi client, (continued)
- Re: bash cores if nscd disabled on Solaris LDAP sasl/gssapi client, Chet Ramey, 2008/10/23
- Re: bash cores if nscd disabled on Solaris LDAP sasl/gssapi client, Serge Dussud - Sun Microsystems, 2008/10/30
- Re: bash cores if nscd disabled on Solaris LDAP sasl/gssapi client, Chet Ramey, 2008/10/30
- Re: bash cores if nscd disabled on Solaris LDAP sasl/gssapi client, Serge Dussud - Sun Microsystems, 2008/10/30
- Re: bash cores if nscd disabled on Solaris LDAP sasl/gssapi client,
Chet Ramey <=