c6c79da969
- Split libusbmuxd.so into comms/libusbmuxd and update to 1.0.9. - Update libimobiledevice to 1.1.6. - Update usbmuxd to Git snapshot (~1.0.9). - Document usbmuxd upgrade process. This marks an important refactoring effort for proper iOS 7 support. It's packed with new features, tools, speed improvements, code refactoring, crash fixes, memory leak fixes and much more.
19 lines
437 B
Text
19 lines
437 B
Text
--- configure.orig 2014-09-24 12:07:10 UTC
|
|
+++ configure
|
|
@@ -17090,7 +17090,7 @@
|
|
py_version=$PYTHON_VERSION
|
|
else
|
|
py_version=`$PYTHON -c "import sys; \
|
|
- print(sys.version[:3]")`
|
|
+ print(sys.version[:3])"`
|
|
fi
|
|
fi
|
|
|
|
@@ -17336,6 +17336,7 @@
|
|
$as_echo "yes" >&6; }
|
|
have_openssl=yes
|
|
fi
|
|
+have_openssl=yes
|
|
if test "x$have_openssl" = "xyes"; then
|
|
if test "x$use_openssl" != "xyes"; then
|
|
enable_openssl=no
|