Bugzilla – Attachment 2235 Details for
Bug 2085
fd_mask and howmany are not defined in Android
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
adds appropriate definitions when cross-compiling for Android [fixed again]
patch1.patch (text/plain), 543 bytes, created by
Nathan Osman
on 2013-04-05 10:18:44 AEDT
(
hide
)
Description:
adds appropriate definitions when cross-compiling for Android [fixed again]
Filename:
MIME Type:
Creator:
Nathan Osman
Created:
2013-04-05 10:18:44 AEDT
Size:
543 bytes
patch
obsolete
>=== modified file 'configure.ac' >--- configure.ac 2013-04-04 18:32:46 +0000 >+++ configure.ac 2013-04-04 18:33:14 +0000 >@@ -482,6 +482,9 @@ > 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)]) > ;; >+*-*-androideabi*) >+ AC_DEFINE([MISSING_FD_MASK], [1], [Define on *androideabi systems]) >+ AC_DEFINE([MISSING_HOWMANY], [1], [Define on *androideabi systems]) >+ ;; > *-*-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 2085
:
2230
|
2231
|
2235
|
2236
|
2276
|
2278
|
2279
|
2282