svn commit: r296967 - in head: contrib/libxo/libxo lib/libxo
Bryan Drewery
bdrewery at FreeBSD.org
Thu Mar 17 04:09:14 UTC 2016
On 3/16/16 4:50 PM, Phil Shafer wrote:
> Author: phil
> Date: Wed Mar 16 23:50:41 2016
> New Revision: 296967
> URL: https://svnweb.freebsd.org/changeset/base/296967
>
> Log:
> Move generated file from contrib to build directory.
>
> Reviewed by: obrien
> Approved by: sjg
>
> Added:
> head/lib/libxo/xo_config.h
> - copied unchanged from r296966, head/contrib/libxo/libxo/xo_config.h
> Deleted:
> head/contrib/libxo/libxo/xo_config.h
> Modified:
> head/lib/libxo/Makefile
>
> Modified: head/lib/libxo/Makefile
> ==============================================================================
> --- head/lib/libxo/Makefile Wed Mar 16 23:42:57 2016 (r296966)
> +++ head/lib/libxo/Makefile Wed Mar 16 23:50:41 2016 (r296967)
> @@ -13,7 +13,7 @@ SHLIB_MAJOR=0
>
> SRCS= libxo.c xo_encoder.c xo_syslog.c
>
> -CFLAGS+=-I${LIBXOSRC}/libxo
> +CFLAGS+=-I${LIBXOSRC}/libxo -I${.CURDIR}
> CFLAGS+=-DXO_ENCODERDIR=\"/usr/lib/libxo/encoder\"
>
> INCS= xo.h xo_encoder.h
This breaks the build for usr.bin/xo and lib/libxo/tests.
https://lists.freebsd.org/pipermail/freebsd-current/2016-March/060181.html
--
Regards,
Bryan Drewery
More information about the svn-src-all
mailing list