-pthread -> -lc_r
This commit is contained in:
parent
e5106342c6
commit
eb43ffcc03
@ -3,7 +3,7 @@
|
||||
PROG= pppctl
|
||||
SRCS= pppctl.c
|
||||
CFLAGS+=-Wall
|
||||
LDADD+= -pthread -ledit -ltermcap
|
||||
LDADD+= -lc_r -ledit -ltermcap
|
||||
DPADD+= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP}
|
||||
MAN8= pppctl.8
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user