Bugzilla – Attachment 46914 Details for
Bug 105320
mlterm doesn't link against libutempter anymore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
bugzilla-105320-use-utempter.patch
bugzilla-105320-use-utempter.patch (text/plain), 826 bytes, created by
Mike Fabian
on 2005-08-22 13:16:18 UTC
(
hide
)
Description:
bugzilla-105320-use-utempter.patch
Filename:
MIME Type:
Creator:
Mike Fabian
Created:
2005-08-22 13:16:18 UTC
Size:
826 bytes
patch
obsolete
>diff -ru mlterm-2.9.2.orig/kiklib/configure.in mlterm-2.9.2/kiklib/configure.in >--- mlterm-2.9.2.orig/kiklib/configure.in 2004-11-21 13:30:53.000000000 +0100 >+++ mlterm-2.9.2/kiklib/configure.in 2005-08-22 15:05:45.000000000 +0200 >@@ -205,6 +205,14 @@ > UTMP_NAME=none > UTMP_LIBS= > fi >+# addToUtmp() in libutempter >+if test -z "$UTMP_NAME" ; then >+ AC_CHECK_LIB(utempter, addToUtmp, >+ [ >+ UTMP_NAME=utmper >+ UTMP_LIBS="-lutempter -lutil" >+ ], []) >+fi > # logout() in libutil > if test -z "$UTMP_NAME" ; then > AC_CHECK_LIB(util, logout, >@@ -221,14 +229,6 @@ > UTMP_LIBS= > ], []) > fi >-# addToUtmp() in libutempter >-if test -z "$UTMP_NAME" ; then >- AC_CHECK_LIB(utempter, addToUtmp, >- [ >- UTMP_NAME=utmper >- UTMP_LIBS="-lutempter -lutil" >- ]. []) >-fi > # other (BSD) > if test -z "$UTMP_NAME" ; then > UTMP_NAME=bsd
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 105320
: 46914