Skip to content
Snippets Groups Projects
Commit e568bb27 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Use isystem to include NUMA as the headers do not pass strict prototypes

parent 26af9dc9
No related branches found
No related tags found
1 merge request!692NUMA: make the check look for an external library
...@@ -999,7 +999,7 @@ if test "$ac_cv_func_pthread_setaffinity_np" = "yes" -a "x$with_numa" != "xno"; ...@@ -999,7 +999,7 @@ if test "$ac_cv_func_pthread_setaffinity_np" = "yes" -a "x$with_numa" != "xno";
if test "x$with_numa" != "xyes" -a "x$with_numa" != "x"; then if test "x$with_numa" != "xyes" -a "x$with_numa" != "x"; then
NUMA_LIBS="-L$with_numa/lib -lnuma" NUMA_LIBS="-L$with_numa/lib -lnuma"
NUMA_INCS="-I$with_numa/include" NUMA_INCS="-isystem$with_numa/include"
else else
NUMA_LIBS="-lnuma" NUMA_LIBS="-lnuma"
NUMA_INCS="" NUMA_INCS=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment