mirror of
https://git.savannah.gnu.org/git/inetutils.git
synced 2026-01-12 00:19:39 +08:00
Fix link failure with absent -lutil on Solaris 10.
* configure.ac (LIBUTIL): Prefer PTY_LIBS in Makefile.am over adding -lutil for pty-functions. * src/Makefile.am (LDADD): Add PTY_LIB. * telnetd/Makefile.am (LDADD): Likewise. * tests/Makefile.am (identify_LDADD): Likewise.
This commit is contained in:
@@ -34,7 +34,8 @@ AM_CPPFLAGS = \
|
||||
|
||||
LDADD = \
|
||||
$(iu_LIBRARIES) \
|
||||
$(LIBUTIL)
|
||||
$(LIBUTIL) \
|
||||
$(PTY_LIB)
|
||||
|
||||
inetdaemondir = @inetdaemondir@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user