svn commit: r283517 - head/gnu/lib

Mark Murray markm at FreeBSD.org
Mon May 25 10:51:41 UTC 2015


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
 


More information about the svn-src-all mailing list