Remove -lmalloc; it's no longer relevant.
Pointed-Out-By: jdp, dima and others.
This commit is contained in:
parent
ff8cb1a305
commit
cb0a6fc85f
@ -56,7 +56,7 @@ DPADD+= ${.CURDIR}/../libiberty/libiberty.a
|
||||
.endif
|
||||
|
||||
DPADD+= ${LIBTERMCAP}
|
||||
LDADD+= -ltermcap -lmalloc
|
||||
LDADD+= -ltermcap
|
||||
|
||||
.if exists(${.OBJDIR}/../libiberty)
|
||||
LDADD+= -L${.OBJDIR}/../libiberty -liberty
|
||||
|
@ -56,7 +56,7 @@ DPADD+= ${.CURDIR}/../libiberty/libiberty.a
|
||||
.endif
|
||||
|
||||
DPADD+= ${LIBTERMCAP}
|
||||
LDADD+= -ltermcap -lmalloc
|
||||
LDADD+= -ltermcap
|
||||
|
||||
.if exists(${.OBJDIR}/../libiberty)
|
||||
LDADD+= -L${.OBJDIR}/../libiberty -liberty
|
||||
|
Loading…
Reference in New Issue
Block a user