Skip to content

Commit c5b12bc

Browse files
committed
Make compilable with older versions of glibc
1 parent a5ef2db commit c5b12bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TARGET=check_interfaces
88

99

1010
CPPFLAGS=@CPPFLAGS@
11-
LDFLAGS=@LDFLAGS@
11+
LDFLAGS=@LDFLAGS@ -lrt
1212
CFLAGS=@CFLAGS@ @DEFS@
1313
# shared library flags (assumes gcc)
1414
# DLFLAGS=-fPIC -shared

0 commit comments

Comments
 (0)