Kaydet (Commit) a85f5b1e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clock_gettime requires -lrt at least on Fedora 18

Change-Id: Id01c86517a89dffd560440d333a37eaa80738b56
üst 5b01acf7
...@@ -63,6 +63,7 @@ $(eval $(call gb_Library_add_libs,sal,\ ...@@ -63,6 +63,7 @@ $(eval $(call gb_Library_add_libs,sal,\
) \ ) \
$(if $(filter $(OS),LINUX), \ $(if $(filter $(OS),LINUX), \
-ldl \ -ldl \
-lrt \
) \ ) \
$(if $(filter $(OS),SOLARIS), \ $(if $(filter $(OS),SOLARIS), \
-lnsl \ -lnsl \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment