pkgsrc-Users archive

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

Re: USE_DESTDIR=yes and PKG_DEVELOPER=yes -> shlibs check failure



Joerg Sonnenberger wrote:
> On Sun, Mar 09, 2008 at 07:17:48PM +0100, Tobias Nygren wrote:
> > Use CHECK_SHLIBS_ELF instead of CHECK_SHLIBS.
> 
> Not instead, in addition. It is not active on all ELF platforms as it
> can't deal with /etc/ld.so.conf or know the platform specific default
> search path.

Does this mean I can/should remove

  PKG_DEVELOPER=yes
  .if defined(USE_DESTDIR) && ${USE_DESTDIR} == "no"
  # At the moment, CHECK_SHLIBS only works for non-DESTDIR installation
  CHECK_SHLIBS=                 yes
  .else
  CHECK_SHLIBS=                 no
  .endif

from mk.conf?  I had this for almost a year.

Are those changes related to PR pkg/36090?

ciao
     Klaus



Home | Main Index | Thread Index | Old Index