mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
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>
This commit is contained in:
parent
4bae8bfa20
commit
1ac1760691
@ -2,4 +2,4 @@ set (libname "ppd42ns")
|
||||
set (libdescription "upm ppd42ns dust sensor module")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
upm_module_init("-lrt")
|
||||
|
Loading…
x
Reference in New Issue
Block a user