Skip to content

Commit c393e83

Browse files
committed
hwloc/libevent configure: Output LD/CPP _FLAGS to Makefiles.
Signed-off-by: Austen Lauria <awlauria@us.ibm.com>
1 parent 62ac47e commit c393e83

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

config/opal_config_hwloc.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ AC_DEFUN([OPAL_CONFIG_HWLOC], [
106106
OPAL_3RDPARTY_EXTRA_DIST="$OPAL_3RDPARTY_EXTRA_DIST hwloc_tarball"
107107
OPAL_3RDPARTY_DISTCLEAN_DIRS="$OPAL_3RDPARTY_DISTCLEAN_DIRS hwloc_directory"
108108
109+
AC_SUBST(opal_hwloc_CPPFLAGS)
109110
AC_SUBST(opal_hwloc_LIBS)
111+
AC_SUBST(opal_hwloc_LDFLAGS)
110112
111113
OPAL_SUMMARY_ADD([[Miscellaneous]], [[hwloc]], [hwloc], [$opal_hwloc_mode])
112114

config/opal_config_libevent.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ AC_DEFUN([OPAL_CONFIG_LIBEVENT], [
118118
OPAL_3RDPARTY_EXTRA_DIST="$OPAL_3RDPARTY_EXTRA_DIST libevent_tarball"
119119
OPAL_3RDPARTY_DISTCLEAN_DIRS="$OPAL_3RDPARTY_DISTCLEAN_DIRS libevent_directory"
120120
121+
AC_SUBST(opal_libevent_CPPFLAGS)
121122
AC_SUBST(opal_libevent_LIBS)
123+
AC_SUBST(opal_libevent_LDFLAGS)
122124
123125
OPAL_SUMMARY_ADD([[Miscellaneous]],[[libevent]],[libevent], [$opal_libevent_mode])
124126

0 commit comments

Comments
 (0)