aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-09-07 12:11:35 -0400
committerNick Mathewson <nickm@torproject.org>2011-09-07 12:11:35 -0400
commitb70a0a43750f6aabe800a83bcd7fdd6a5a14911b (patch)
treea44e7f45860d1bcbc0b9e5de6a2eab7ed670c4b2 /changes
parent947012e153e76ceb8015ea426a895f21b63cd677 (diff)
parent5f9cdee8afd3fb0db835c19993fae476e0f00033 (diff)
downloadtor-b70a0a43750f6aabe800a83bcd7fdd6a5a14911b.tar
tor-b70a0a43750f6aabe800a83bcd7fdd6a5a14911b.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.2'
Conflicts: configure.in Conflict was between two pieces of configure.in logic added to the same place. Trivial.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug39093
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug3909 b/changes/bug3909
new file mode 100644
index 000000000..0b4b29203
--- /dev/null
+++ b/changes/bug3909
@@ -0,0 +1,3 @@
+ o Build fixes:
+ - Search for a platform-specific version of "ar" when cross-compiling.
+ Should fix builds on iOS. Found by Marco Bonetti.