Commit 169b47a5 authored by osdl.net!shemminger's avatar osdl.net!shemminger

Some versions -ldb seem do need pthread.

(Logical change 1.87)
parent 82a12d64
......@@ -25,7 +25,7 @@ rtacct: rtacct.c
$(CC) $(CFLAGS) $(LDFLAGS) -o rtacct rtacct.c $(LIBNETLINK) -lm
arpd: arpd.c
$(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c $(LIBNETLINK) -ldb
$(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c $(LIBNETLINK) -ldb -lpthread
rtstat: rtstat.c
$(CC) $(CFLAGS) $(LDFLAGS) -o rtstat rtstat.c
......
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