aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-06-02 19:02:02 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-06-02 19:02:02 +0000
commite1270928a3cfec93627154018235480b77b9b1fa (patch)
tree8408b218bcbd1d45f57888ef668e13c38cc48f3b /CHANGES
parent6fce5b54a8286f5844336a756bdfb3601195c62e (diff)
Created a basic Android make file for curl and libcurl. A config.h
is also needed before curl can be built in Android, but it's not clear what the best way is to provide one.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1b6388189..461049a1f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
Changelog
+Daniel Fandrich (2 June 2009)
+- Checked in a Google Android make file. To use it, you must first
+ create a config.h file by running configure in the Android environment,
+ which doesn't seem to be easy to do. If no easy way can be found, a
+ static config-android.h may need to be created and checked in to the
+ libcurl source tree.
+
Daniel Stenberg (1 June 2009)
- Claes Jakobsson fixed the configure script to better find and use NSS
without pkg-config.