pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/44480: lang/python18-base and lang/python19-base build invalid +CONTENTS under Solaris
The following reply was made to PR pkg/44480; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
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%back-street.net@localhost> 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
> > @@ -193,6 +193,8 @@ 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"
RUBY_SHLIBVER= ${_RUBY_VER_MAJOR}
_RUBY_SHLIBALIAS=
${RUBY_VER}.${RUBY_SLEXT}.${_RUBY_VER_MAJOR}.${_RUBY_VER_MINOR}.${_RUBY_VER_TEENY}
--
OBATA Akio / obache%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index