eternaltyro / cryptsetup

Since Google code is shuttering...
http://code.google.com/p/cryptsetup
GNU General Public License v2.0
0 stars 0 forks source link

undefined reference to clock_gettime #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you try to build cryptsetup on a system with a glibc previous to 2.17 you 
will get this error:

../lib/.libs/libcryptsetup.so: undefined reference to `clock_gettime'

Original issue reported on code.google.com by per...@carrosses.com on 7 Jan 2014 at 4:34

Attachments:

GoogleCodeExporter commented 9 years ago
Should be already fixed by commit
http://code.google.com/p/cryptsetup/source/detail?r=3ba95a822f70ff1e8141230bc283
0ae46346486b

Please try this patch, thanks.

Original comment by gmazyl...@gmail.com on 7 Jan 2014 at 4:53