Sfoglia il codice sorgente

ppd42ns: glibc < 2.17 need to link to lrt to use clock_gettime()

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
Brendan Le Foll 10 anni fa
parent
commit
1ac1760691
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/ppd42ns/CMakeLists.txt

+ 1
- 1
src/ppd42ns/CMakeLists.txt Vedi File

@@ -2,4 +2,4 @@ set (libname "ppd42ns")
2 2
 set (libdescription "upm ppd42ns dust sensor module")
3 3
 set (module_src ${libname}.cxx)
4 4
 set (module_h ${libname}.h)
5
-upm_module_init()
5
+upm_module_init("-lrt")