Add -lrt switch

find(1) uses clock_gettime which in some systems needs -lrt.
This commit is contained in:
Roberto E. Vargas Caballero 2015-02-20 14:38:51 +01:00 committed by sin
parent bb79b5c7eb
commit 19fb7f115d
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ RANLIB = ranlib
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS = -std=c99 -Wall -pedantic
LDFLAGS = -s
LDFLAGS = -s # -lrt