Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2015 01:17:45 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289000 - head/lib/libxo
Message-ID:  <201510080117.t981HjO7040778@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <src.opts.mk> 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 <src.opts.mk>
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510080117.t981HjO7040778>