Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2015 20:29:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283543 - head/gnu/lib
Message-ID:  <201505252029.t4PKTalQ044176@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May 25 20:29:35 2015
New Revision: 283543
URL: https://svnweb.freebsd.org/changeset/base/283543

Log:
  ntp is now again libreadline free, so only build libreadline for gdb

Modified:
  head/gnu/lib/Makefile

Modified: head/gnu/lib/Makefile
==============================================================================
--- head/gnu/lib/Makefile	Mon May 25 20:27:46 2015	(r283542)
+++ head/gnu/lib/Makefile	Mon May 25 20:29:35 2015	(r283543)
@@ -16,7 +16,7 @@ SUBDIR+= libssp
 SUBDIR+= tests
 .endif
 
-.if ${MK_GDB} != "no" || ${MK_NTP} != "no"
+.if ${MK_GDB} != "no"
 SUBDIR+=	libreadline
 .endif
 



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