Fossil

Ticket Change Details
Login

Ticket Change Details

Overview

Artifact ID: f83c98c236f37b0b822bade26ecc0871e62cf325
Ticket: 752aa31a6dddbfa4b09bb40ed6e0c9165a6544d6
Latest sqlite3.c breaks build on Android
User & Date: mjanssen 2013-06-20 11:37:22
Changes

  1. foundin changed to: "6ec8818ff1"
  2. icomment:
    The define changes in sqlite3.c introduced in commit [6ec8818ff1] break the build for Android. With the android NDK __linux__ is defined but posix_fallocate is not available in the Bionic C library.
    
    Patch at http://mpcjanssen.nl/cgi-bin/fossil/vpatch?from=ea018d154657ddd9&to=f0df1fe2d8f001e3 fixes the android build
    
  3. login: "mjanssen"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "9e3254e6e3c2643cc148bab2d55f46bb4c0446f4"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "Latest sqlite3.c breaks build on Android"
  9. type changed to: "Code_Defect"