Bugzilla – Attachment 2283 Details for
Bug 2111
Android does not properly implement utmp or wtmp.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Disables utmp and wtmp for the Android platform.
disable-utmp-and-wtmp.patch (text/plain), 546 bytes, created by
Nathan Osman
on 2013-06-02 02:47:29 AEST
(
hide
)
Description:
Disables utmp and wtmp for the Android platform.
Filename:
MIME Type:
Creator:
Nathan Osman
Created:
2013-06-02 02:47:29 AEST
Size:
546 bytes
patch
obsolete
>=== modified file 'configure.ac' >--- configure.ac 2013-06-01 07:14:32 +0000 >+++ configure.ac 2013-06-01 16:37:21 +0000 >@@ -482,6 +482,10 @@ > AC_DEFINE([PTY_ZEROREAD], [1], [read(1) can return 0 for a non-closed fd]) > AC_DEFINE([PLATFORM_SYS_DIR_UID], 2, [System dirs owned by bin (uid 2)]) > ;; >+*-*-android*) >+ AC_DEFINE([DISABLE_UTMP], [1], [Define if you don't want to use utmp]) >+ AC_DEFINE([DISABLE_WTMP], [1], [Define if you don't want to use wtmp]) >+ ;; > *-*-cygwin*) > check_for_libcrypt_later=1 > LIBS="$LIBS /usr/lib/textreadmode.o" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2111
: 2283