summaryrefslogtreecommitdiff
path: root/packages/libbacktrace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libbacktrace.sh')
-rw-r--r--packages/libbacktrace.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/libbacktrace.sh b/packages/libbacktrace.sh
index bba0dd8..7d99427 100644
--- a/packages/libbacktrace.sh
+++ b/packages/libbacktrace.sh
@@ -1,7 +1,9 @@
# original library broken in configure
#SRCURL=https://github.com/ianlancetaylor/libbacktrace.git
# using patched version
-SRCURL=https://github.com/4144/libbacktrace.git
+#SRCURL=https://github.com/4144/libbacktrace.git
+# using a copy of the patched version
+SRCURL=https://github.com/themanaworld/libbacktrace.git
ENV_PATH="lib:include"
ENV_LD_LIBRARY_PATH="lib"