summaryrefslogtreecommitdiffhomepage
path: root/groups/010.host_deps.group
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-30 18:35:50 +0200
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-31 07:17:12 +0200
commitd225079a0e1046ff9595ca7c3ee14d65800e1ce4 (patch)
tree3457136c489485ea1a9a017d3c6d221bc7e11502 /groups/010.host_deps.group
parentb7b8fdebd28ff423209197c9844cb67a8575d5fc (diff)
downloadmidipix_build-d225079a0e1046ff9595ca7c3ee14d65800e1ce4.tar.bz2
midipix_build-d225079a0e1046ff9595ca7c3ee14d65800e1ce4.tar.xz
groups/010.host_deps.group: set CPPFLAGS in addition to CFLAGS and CXXFLAGS. groups/020.host_deps_rpm.group: set CPPFLAGS in addition to CFLAGS and CXXFLAGS. groups/200.native_packages.group: set CPPFLAGS in addition to CFLAGS and CXXFLAGS. groups/800.minipix.group: set CPPFLAGS in addition to CFLAGS and CXXFLAGS.
Diffstat (limited to 'groups/010.host_deps.group')
-rw-r--r--groups/010.host_deps.group1
1 files changed, 1 insertions, 0 deletions
diff --git a/groups/010.host_deps.group b/groups/010.host_deps.group
index f8c96502..39a38abb 100644
--- a/groups/010.host_deps.group
+++ b/groups/010.host_deps.group
@@ -3,6 +3,7 @@
#
HOST_DEPS_BUILD_TYPE="host";
rtl_lconcat2 \$HOST_DEPS_CFLAGS_CONFIGURE \$DEFAULT_CFLAGS_HOST "-I${PREFIX}/include";
+rtl_lconcat2 \$HOST_DEPS_CPPFLAGS_CONFIGURE \$DEFAULT_CPPFLAGS_HOST "-I${PREFIX}/include";
rtl_lconcat2 \$HOST_DEPS_CXXFLAGS_CONFIGURE \$DEFAULT_CXXFLAGS_HOST "-I${PREFIX}/include";
HOST_DEPS_CONFIGURE_ARGS="--disable-nls --prefix=${PREFIX} --program-prefix=";
HOST_DEPS_GROUP_DEPENDS="host_tools";