makedeb


futurerestore-git 1.186.2f0686d-1


iOS upgrade and downgrade tool utilizing SHSH blobs - git version

Viewing /futurerestore-0002-Ensure-CUSTOM_LOGGING-refers-to-a-file.patch.

View raw.

Click here to go back to the Git tree for futurerestore-git.

diff --git a/configure.ac b/configure.ac
index 1d4d48b9..ca137bb8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,7 @@ else
 fi
 AM_CONDITIONAL([HAVE_LIBIPATCHER],[test "x$do_libipatcher" = "xyes"])
 
-AC_DEFINE(CUSTOM_LOGGING, 1, [required for futurerestore])
+AC_DEFINE(CUSTOM_LOGGING, /dev/null, [required for futurerestore])
 
 LT_INIT