mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use gnumalloc.
This commit is contained in:
parent
d70574cd96
commit
14810c626c
1 changed files with 3 additions and 0 deletions
|
|
@ -11,4 +11,7 @@ SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
|
|||
lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
|
||||
.PATH: ${.CURDIR}/lst.lib
|
||||
|
||||
LDADD+= -lgnumalloc
|
||||
DPADD+= /usr/lib/libgnumalloc.a
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue