Skip to content

Commit

Permalink
Don't force /bin/sh on Solaris, we want the bootstrap shell.
Browse files Browse the repository at this point in the history
Bump revision. From Dieter Baron.
  • Loading branch information
joerg committed Jul 11, 2008
1 parent f7a5cdc commit 1d72451
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.82 2008/04/12 22:42:59 jlam Exp $
# $NetBSD: Makefile,v 1.83 2008/07/11 11:27:24 joerg Exp $

###########################################################################
###########################################################################
Expand Down Expand Up @@ -26,7 +26,7 @@
.include "../../devel/libtool/Makefile.common"

PKGNAME= ${DISTNAME:S/-/-base-/}
PKGREVISION= 5
PKGREVISION= 6
SVR4_PKGNAME= ltoob

COMMENT= Generic shared library support script (the script itself)
Expand Down Expand Up @@ -55,12 +55,6 @@ CONFIGURE_ARGS+= --disable-libtool-lock
CONFIGURE_ARGS+= --disable-shared
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
Expand Down

0 comments on commit 1d72451

Please sign in to comment.