Date: Mon, 15 Apr 2002 05:07:31 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: "Andrey A. Chernov" <ache@nagual.pp.ru> Cc: Ruslan Ermilov <ru@FreeBSD.org>, Bruce Evans <bde@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/lib/libreadline/readline Makefile Message-ID: <20020415050731.A68127@dragon.nuxi.com> In-Reply-To: <20020415112415.GA22417@nagual.pp.ru>; from ache@nagual.pp.ru on Mon, Apr 15, 2002 at 03:24:15PM %2B0400 References: <200204091302.g39D2QV05151@freefall.freebsd.org> <20020412113309.GA1551@nagual.pp.ru> <20020412114540.GB27751@sunbay.com> <20020412115414.GC1551@nagual.pp.ru> <20020412142553.GA45365@sunbay.com> <20020412151224.GA8492@nagual.pp.ru> <20020415065538.GB2452@sunbay.com> <20020415073549.GA19816@nagual.pp.ru> <20020415082011.GA11264@sunbay.com> <20020415112415.GA22417@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 15, 2002 at 03:24:15PM +0400, Andrey A. Chernov wrote: > > So please fix it so that we have a real termcap library appearing > > under /usr/lib with "termcap.so" as an internal name. It does not ... > -SYMLINKS+=libncurses.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ > - libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} > -SYMLINKS+=libncurses.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ > +LINKS+=${SHLIBDIR}/libncurses.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ > + ${SHLIBDIR}libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} > +SYMLINKS+=libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ Changing from symlinks to hard links isn't going to do anything. Ruslan wants the embedded shared library name to for "libtermcap.so" to be "libtermcap.so.3". These are set by the "SHLIB_MAJOR" and "LIB" settings in lib/lib*/Makefile. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020415050731.A68127>