Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 2003 06:50:53 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/named Makefile
Message-ID:  <200304161350.h3GDorNU058617@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2003/04/16 06:50:53 PDT

  FreeBSD src repository

  Modified files:
    usr.sbin/named       Makefile 
  Log:
  "Fixed" LDADD by backing out part of the previous commit.  -lfoo in
  LDADD is not wrong, but the simple substitution in `make checkdpadd'
  doesn't work if foo.a is not an installed library, so we use the full
  path to foo.a in both DPADD and LDADD for non-installed libraries.
  
  Revision  Changes    Path
  1.35      +1 -1      src/usr.sbin/named/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304161350.h3GDorNU058617>