Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2015 10:51:41 +0000 (UTC)
From:      Mark Murray <markm@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283517 - head/gnu/lib
Message-ID:  <201505251051.t4PApfSL051768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markm
Date: Mon May 25 10:51:40 2015
New Revision: 283517
URL: https://svnweb.freebsd.org/changeset/base/283517

Log:
  Unbreak build where WANT_GDB == "no', as libreadline is also used by ntpdc.

Modified:
  head/gnu/lib/Makefile

Modified: head/gnu/lib/Makefile
==============================================================================
--- head/gnu/lib/Makefile	Mon May 25 09:47:16 2015	(r283516)
+++ head/gnu/lib/Makefile	Mon May 25 10:51:40 2015	(r283517)
@@ -16,7 +16,7 @@ SUBDIR+= libssp
 SUBDIR+= tests
 .endif
 
-.if ${MK_GDB} != "no"
+.if ${MK_GDB} != "no" || ${MK_NTP} != "no"
 SUBDIR+=	libreadline
 .endif
 



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