1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Description: Remove external git link to avoid cloning
Removed external git link to avoid cloning during build.
Forwarded: not-needed
Author: Yogeswaran Umasankar <yogu@debian.org>
Last-Update: 2024-09-11
--- a/src/vendor/regenerate_libbacktrace.sh
+++ b/src/vendor/regenerate_libbacktrace.sh
@@ -9,9 +9,9 @@ fi
old_snapshot=7e2b7da3d6568d2e4e78658f22e701746a48d7e1
new_snapshot=${1:-}
-echo ">>> Cloning libbacktrace"
-rm -rf libbacktrace
-git clone https://github.com/ianlancetaylor/libbacktrace.git libbacktrace
+#echo ">>> Cloning libbacktrace"
+#rm -rf libbacktrace
+#git clone https://github.com/ianlancetaylor/libbacktrace.git libbacktrace
echo "Applying patches"
cd libbacktrace
|