svn commit: r289000 - head/lib/libxo
Peter Wemm
peter at FreeBSD.org
Thu Oct 8 01:17:46 UTC 2015
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
More information about the svn-src-all
mailing list