svn commit: r287546 - stable/10/share/zoneinfo

Xin LI delphij at FreeBSD.org
Tue Sep 8 00:43:41 UTC 2015


Author: delphij
Date: Tue Sep  8 00:43:40 2015
New Revision: 287546
URL: https://svnweb.freebsd.org/changeset/base/287546

Log:
  MFC r287021:
  
  Fix build when LEAPSECONDS is enabled.

Modified:
  stable/10/share/zoneinfo/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/zoneinfo/Makefile
==============================================================================
--- stable/10/share/zoneinfo/Makefile	Tue Sep  8 00:34:38 2015	(r287545)
+++ stable/10/share/zoneinfo/Makefile	Tue Sep  8 00:43:40 2015	(r287546)
@@ -34,7 +34,7 @@ CONTRIBDIR=	${.CURDIR}/../../contrib/tzd
 .PATH:		${CONTRIBDIR}
 
 .if defined(LEAPSECONDS)
-LEAPFILE=	-L leapseconds
+LEAPFILE=	-L ${CONTRIBDIR}leapseconds
 .else
 LEAPFILE=
 .endif


More information about the svn-src-all mailing list