mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Unbreak the NOINSTALLLIB install.
PR: 50945 Submitted by: Rene de Vries <rene@tunix.nl> Reminded by: jmallett
This commit is contained in:
parent
e95130d934
commit
b3a71bf3fd
2 changed files with 4 additions and 0 deletions
|
|
@ -227,11 +227,13 @@ CLEANFILES+= ${GENSRC} ${GENHDR} keys.list make_hash term.h.new \
|
|||
make_keys MKterm.h.awk comp_captab.c curses.head \
|
||||
namehdr nameftr codeftr ${NAMESRC} ${CODESRC}
|
||||
|
||||
.if !defined(NOINSTALLLIB)
|
||||
SYMLINKS+=libncurses.a ${LIBDIR}/libcurses.a
|
||||
SYMLINKS+=libncurses.a ${LIBDIR}/libtermcap.a
|
||||
SYMLINKS+=libncurses.a ${LIBDIR}/libtermlib.a
|
||||
SYMLINKS+=libncurses.a ${LIBDIR}/libmytinfo.a
|
||||
SYMLINKS+=libncurses.a ${LIBDIR}/libtinfo.a
|
||||
.endif
|
||||
.if !defined(NOPIC)
|
||||
# no need for major at all, it's an ld-time redirection only
|
||||
SYMLINKS+=libncurses.so ${LIBDIR}/libcurses.so
|
||||
|
|
|
|||
|
|
@ -227,11 +227,13 @@ CLEANFILES+= ${GENSRC} ${GENHDR} keys.list make_hash term.h.new \
|
|||
make_keys MKterm.h.awk comp_captab.c curses.head \
|
||||
namehdr nameftr codeftr ${NAMESRC} ${CODESRC}
|
||||
|
||||
.if !defined(NOINSTALLLIB)
|
||||
SYMLINKS+=libncurses.a ${LIBDIR}/libcurses.a
|
||||
SYMLINKS+=libncurses.a ${LIBDIR}/libtermcap.a
|
||||
SYMLINKS+=libncurses.a ${LIBDIR}/libtermlib.a
|
||||
SYMLINKS+=libncurses.a ${LIBDIR}/libmytinfo.a
|
||||
SYMLINKS+=libncurses.a ${LIBDIR}/libtinfo.a
|
||||
.endif
|
||||
.if !defined(NOPIC)
|
||||
# no need for major at all, it's an ld-time redirection only
|
||||
SYMLINKS+=libncurses.so ${LIBDIR}/libcurses.so
|
||||
|
|
|
|||
Loading…
Reference in a new issue