mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Reverse my patch which erroneously removed the library dependencies
for a library. They're needed.
This commit is contained in:
parent
d293aead89
commit
71a074386a
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
|
|||
|
||||
CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE
|
||||
|
||||
LDADD+= -lncurses -lmytinfo
|
||||
DPADD+= ${LIBNCURSES} ${LIBMYTINFO}
|
||||
|
||||
beforeinstall:
|
||||
-cd ${.CURDIR}; cmp -s dialog.h ${DESTDIR}/usr/include/dialog.h || \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dialog.h \
|
||||
|
|
|
|||
Loading…
Reference in a new issue