1 Feb 2011 09:35
Re: pkg/44480: lang/python18-base and lang/python19-base build invalid +CONTENTS under Solaris
OBATA Akio <obache <at> netbsd.org>
2011-02-01 08:35:02 GMT
2011-02-01 08:35:02 GMT
The following reply was made to PR pkg/44480; it has been noted by GNATS.
From: "OBATA Akio" <obache <at> netbsd.org>
To: gnats-bugs <at> netbsd.org
Cc:
Subject: Re: pkg/44480: lang/python18-base and lang/python19-base build
invalid +CONTENTS under Solaris
Date: Tue, 01 Feb 2011 17:34:24 +0900
On Mon, 31 Jan 2011 10:05:03 +0900, Takahiro Kambe <taca <at> back-street.net> wrote:
> > diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
> > index 3ef63e8..83c6b17 100644
> > --- a/lang/ruby/rubyversion.mk
> > +++ b/lang/ruby/rubyversion.mk
> > <at> <at> -193,6 +193,8 <at> <at> RUBY_STATICLIB= ${RUBY_VER}.${RUBY_API_VERSION}-static.a
> > .endif
> > .elif ${OPSYS} == "Linux"
> > _RUBY_SHLIBALIAS= ${RUBY_VER}.${RUBY_SLEXT}.${_RUBY_VER_MAJOR}.${_RUBY_VER_MINOR}
> > +.elif ${OPSYS} == "SunOS"
> > +_RUBY_SHLIBALIAS= ${RUBY_VER}.${RUBY_SLEXT}.${_RUBY_VER_MAJOR}
> > .endif
> >
> > .if !empty(_RUBY_SHLIBALIAS)
> Is this patch safe with older SunOS?
From configure script, if your `older SunOS' does not mean sunos4,
then shlib name is same for all Solaris, and it should be followings.
.elif ${OPSYS} == "SunOS"
(Continue reading)
RSS Feed