s/-lc_r/-lpthread/
This commit is contained in:
parent
f24e6a4f39
commit
dc60f61574
@ -4,6 +4,6 @@ PROG= pppctl
|
||||
MAN= pppctl.8
|
||||
|
||||
DPADD= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP}
|
||||
LDADD= -lc_r -ledit -ltermcap
|
||||
LDADD= -lpthread -ledit -ltermcap
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user