blob: b428490abf0e82f011ac8099ec9782dee0fa7202 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# HG changeset patch
# User Markus Mützel <markus.muetzel@gmx.de>
# Date 1609670947 -3600
# Node ID 87ca5976c648cc01904f8ef53b576bfb5c8d48fd
# Parent 216ef81dafb682ba0a4a30dcc5c3bc054acb0d60
build: Use SPARSE_XCPPFLAGS in CPP_FLAGS for libcorefcn (bug #59806).
* libinterp/corefcn/module.mk: Use SPARSE_XCPPFLAGS in CPP_FLAGS.
diff --git a/libinterp/corefcn/module.mk b/libinterp/corefcn/module.mk
--- a/libinterp/corefcn/module.mk
+++ b/libinterp/corefcn/module.mk
@@ -325,6 +325,7 @@
$(FT2_CPPFLAGS) \
$(HDF5_CPPFLAGS) \
$(LLVM_CPPFLAGS) \
+ $(SPARSE_XCPPFLAGS) \
$(Z_CPPFLAGS)
libinterp_EXTRA_DIST += \
|