From owner-svn-src-stable@freebsd.org Tue Sep 8 00:43:41 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D08C49CBFA5; Tue, 8 Sep 2015 00:43:41 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C12FD1BA7; Tue, 8 Sep 2015 00:43:41 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t880hfud073064; Tue, 8 Sep 2015 00:43:41 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t880hfvN073063; Tue, 8 Sep 2015 00:43:41 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201509080043.t880hfvN073063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 8 Sep 2015 00:43:41 +0000 (UTC) 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 X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 00:43:41 -0000 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