Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2019 15:28:06 +0000 (UTC)
From:      Toomas Soome <tsoome@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r355290 - stable/12/cddl/lib/libzpool
Message-ID:  <201912021528.xB2FS6RW083354@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tsoome
Date: Mon Dec  2 15:28:06 2019
New Revision: 355290
URL: https://svnweb.freebsd.org/changeset/base/355290

Log:
  libzpool: lz4.c build needs CFLAGS.lz4.c
  
  For some reason the setup from CURRENT did not work, probably I did mix
  something up.

Modified:
  stable/12/cddl/lib/libzpool/Makefile

Modified: stable/12/cddl/lib/libzpool/Makefile
==============================================================================
--- stable/12/cddl/lib/libzpool/Makefile	Mon Dec  2 15:07:06 2019	(r355289)
+++ stable/12/cddl/lib/libzpool/Makefile	Mon Dec  2 15:28:06 2019	(r355290)
@@ -65,8 +65,7 @@ CFLAGS+=	-DWANTS_MUTEX_OWNED
 CFLAGS+=	-I${SRCTOP}/lib/libpthread/thread
 CFLAGS+=	-I${SRCTOP}/lib/libpthread/sys
 CFLAGS+=	-I${SRCTOP}/lib/libthr/arch/${MACHINE_CPUARCH}/include
-CFLAGS.lz4.o+=	-D_FAKE_KERNEL
-CFLAGS.lz4.pico+= -D_FAKE_KERNEL
+CFLAGS.lz4.c +=	-D_FAKE_KERNEL
 CFLAGS.gcc+=	-fms-extensions
 
 LIBADD=		md pthread z nvpair avl umem



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