mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
Remove -lmalloc; it's no longer relevant.
Pointed-Out-By: jdp, dima and others.
This commit is contained in:
parent
ff8cb1a305
commit
cb0a6fc85f
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue