From owner-svn-src-all@freebsd.org Thu Oct 8 01:17:46 2015 Return-Path: Delivered-To: svn-src-all@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 7437C9D1465; Thu, 8 Oct 2015 01:17:46 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 41CDC1878; Thu, 8 Oct 2015 01:17:46 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t981Hjv2040779; Thu, 8 Oct 2015 01:17:45 GMT (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t981HjO7040778; Thu, 8 Oct 2015 01:17:45 GMT (envelope-from peter@FreeBSD.org) Message-Id: <201510080117.t981HjO7040778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: peter set sender to peter@FreeBSD.org using -f From: Peter Wemm Date: Thu, 8 Oct 2015 01:17:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r289000 - head/lib/libxo X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 01:17:46 -0000 Author: peter Date: Thu Oct 8 01:17:45 2015 New Revision: 289000 URL: https://svnweb.freebsd.org/changeset/base/289000 Log: Move SHLIBDIR?=/lib before so that it works again. Modified: head/lib/libxo/Makefile Modified: head/lib/libxo/Makefile ============================================================================== --- head/lib/libxo/Makefile Thu Oct 8 00:52:41 2015 (r288999) +++ head/lib/libxo/Makefile Thu Oct 8 01:17:45 2015 (r289000) @@ -1,5 +1,7 @@ # $FreeBSD$ +SHLIBDIR?= /lib + .include LIBXOSRC= ${SRCTOP}/contrib/libxo @@ -9,8 +11,6 @@ LIBXOSRC= ${SRCTOP}/contrib/libxo LIB= xo SHLIB_MAJOR=0 -SHLIBDIR?= /lib - SRCS= libxo.c xo_encoder.c xo_syslog.c CFLAGS+=-I${LIBXOSRC}/libxo