summaryrefslogtreecommitdiffstats
path: root/pcitool
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-08-12 20:25:35 +0200
committerSuren A. Chilingaryan <csa@suren.me>2015-08-12 20:25:35 +0200
commit55783eb24e983786056f4ba7925aa23fca13c79e (patch)
tree3a4c9bd7523117f790b411ba8fe4b3907d5e72bc /pcitool
parent38fdfd8b69ba5ae747915bbdbb3066d29611437d (diff)
downloadpcitool-55783eb24e983786056f4ba7925aa23fca13c79e.tar.gz
pcitool-55783eb24e983786056f4ba7925aa23fca13c79e.tar.bz2
pcitool-55783eb24e983786056f4ba7925aa23fca13c79e.tar.xz
pcitool-55783eb24e983786056f4ba7925aa23fca13c79e.zip
Fix support of older systems: Remove C11 derective and add rt library to the link list
Diffstat (limited to 'pcitool')
-rw-r--r--pcitool/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcitool/CMakeLists.txt b/pcitool/CMakeLists.txt
index 1b21041..fc88de6 100644
--- a/pcitool/CMakeLists.txt
+++ b/pcitool/CMakeLists.txt
@@ -15,7 +15,7 @@ if (NOT DISABLE_PCITOOL)
add_dependencies(pci pcitool)
target_link_libraries(pci pcilib ${FASTWRITER_LIBRARIES})
set_target_properties(pci PROPERTIES
- LINK_FLAGS ${CMAKE_THREAD_LIBS_INIT}
+ LINK_FLAGS "${CMAKE_THREAD_LIBS_INIT} ${EXTRA_SYSTEM_LIBS}"
)
#set_target_properties(pci PROPERTIES