Date: Tue, 8 Sep 2015 00:43:41 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r287546 - stable/10/share/zoneinfo Message-ID: <201509080043.t880hfvN073063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509080043.t880hfvN073063>