Skip to content

Commit 9ce0704

Browse files
Merge pull request #678 from PatKamin/disable-pciaccess
Disable pciaccess library in hwloc
2 parents 73185bd + a838305 commit 9ce0704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ else()
173173
COMMAND
174174
./configure --prefix=${hwloc_targ_BINARY_DIR}
175175
--enable-static=yes --enable-shared=no --disable-libxml2
176-
--disable-levelzero CFLAGS=-fPIC CXXFLAGS=-fPIC
176+
--disable-pciaccess --disable-levelzero CFLAGS=-fPIC
177+
CXXFLAGS=-fPIC
177178
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}
178179
OUTPUT ${hwloc_targ_SOURCE_DIR}/Makefile
179180
DEPENDS ${hwloc_targ_SOURCE_DIR}/configure)

0 commit comments

Comments
 (0)