pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtool-base use /bin/sh on Solaris, as libtool ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/784169e4dfdc
branches:  trunk
changeset: 510620:784169e4dfdc
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Apr 01 11:21:42 2006 +0000

description:
use /bin/sh on Solaris, as libtool can cause ksh to dump core under
certain circumstances, observed devel/gettext-tools.

fixes PR pkg/32886 from Lloyd Parkes.

bump PKGREVISION.

diffstat:

 devel/libtool-base/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 0e53b321bdd5 -r 784169e4dfdc devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Sat Apr 01 06:56:02 2006 +0000
+++ b/devel/libtool-base/Makefile       Sat Apr 01 11:21:42 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2006/03/14 20:43:23 jlam Exp $
+# $NetBSD: Makefile,v 1.78 2006/04/01 11:21:42 grant Exp $
 
 ###########################################################################
 ###########################################################################
@@ -26,7 +26,7 @@
 .include "../../devel/libtool/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-base-/}
-PKGREVISION=   2
+PKGREVISION=   3
 SVR4_PKGNAME=  ltoob
 
 COMMENT=       Generic shared library support script (the script itself)
@@ -55,6 +55,11 @@
 BUILD_SHLIBTOOL=       NO
 .  endif
 
+.elif ${OPSYS} == "SunOS"
+# force the use of /bin/sh on Solaris because under some conditions,
+# it causes ksh to dump core; see PR pkg/32886.
+CONFIG_SHELL=          /bin/sh
+
 .endif
 
 CONFIGURE_ARGS+=       --disable-ltdl-install



Home | Main Index | Thread Index | Old Index