Fix build problem of 3-stable. Somewhat dirty but it works... :<
This commit is contained in:
parent
e25251bdae
commit
453238e1ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30025
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ diff -uNr --exclude=*.orig work.old/ztelnet/Config.generic work/ztelnet/Config.g
|
|||
4.4bsd 4.3reno:
|
||||
make -f Makefile.generic ${WHAT} \
|
||||
- LIBS="-lutil -ltermcap ../libtelnet/libtelnet.a" \
|
||||
+ LIBS="-lutil -ltermcap ../libtelnet/libtelnet.a ../zmodem/librzsz.a" \
|
||||
+ LIBS="-lutil -lcurses -lncurses ../libtelnet/libtelnet.a ../zmodem/librzsz.a" \
|
||||
LIBPATH="/lib/libc.a /usr/lib/libtermcap.a \
|
||||
../libtelnet/libtelnet.a" \
|
||||
DEST=${DESTDIR}/usr/bin \
|
||||
|
|
Loading…
Reference in a new issue