mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Do not override top level CFLAGS in libexec/dma
This commit is contained in:
parent
2596e59108
commit
05e7782363
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297327
@ -4,7 +4,7 @@
|
||||
DMA_SOURCES= ${.CURDIR}/../../../contrib/dma
|
||||
.PATH: ${DMA_SOURCES}
|
||||
|
||||
CFLAGS= -I${DMA_SOURCES} \
|
||||
CFLAGS+= -I${DMA_SOURCES} \
|
||||
-DHAVE_REALLOCF -DHAVE_STRLCPY -DHAVE_GETPROGNAME \
|
||||
-DCONF_PATH='"/etc/dma"' \
|
||||
-DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.10"' \
|
||||
|
Loading…
Reference in New Issue
Block a user