Skip to content
Snippets Groups Projects
Commit 4ce722a1 authored by Matthieu Hautreux's avatar Matthieu Hautreux Committed by Danny Auble
Browse files

Add HWLOC_FLAGS so linking to libslurm works correctly

parent 069eead2
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ libslurm_la_LIBADD = $(convenience_libs)
libslurm_la_LDFLAGS = \
$(LIB_LDFLAGS) \
-version-info $(current):$(rev):$(age) \
$(OTHER_FLAGS)
$(OTHER_FLAGS) $(HWLOC_LDFLAGS) $(HWLOC_LIBS)
#
# The libpmi_la_LIBADD specification below causes libpmi.la to relink
......
......@@ -492,7 +492,7 @@ libslurm_la_LIBADD = $(convenience_libs)
libslurm_la_LDFLAGS = \
$(LIB_LDFLAGS) \
-version-info $(current):$(rev):$(age) \
$(OTHER_FLAGS)
$(OTHER_FLAGS) $(HWLOC_LDFLAGS) $(HWLOC_LIBS)
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment