summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-13 03:32:56 +0300
committerAndrei Karas <akaras@inbox.ru>2018-10-30 16:48:35 +0300
commitfe074fd35a8de3bdd5b1860c2566b43db1c04663 (patch)
tree51cc6289847b173194d42e7254d393a1f4d0e3d3
parentc1a9383393ef1acbfc87ae1ce8fd5abaa746e801 (diff)
downloadspm-fe074fd35a8de3bdd5b1860c2566b43db1c04663.tar.gz
spm-fe074fd35a8de3bdd5b1860c2566b43db1c04663.tar.bz2
spm-fe074fd35a8de3bdd5b1860c2566b43db1c04663.tar.xz
spm-fe074fd35a8de3bdd5b1860c2566b43db1c04663.zip
Add libbacktrace library.
-rw-r--r--packages/libbacktrace.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/libbacktrace.sh b/packages/libbacktrace.sh
new file mode 100644
index 0000000..bba0dd8
--- /dev/null
+++ b/packages/libbacktrace.sh
@@ -0,0 +1,11 @@
+# original library broken in configure
+#SRCURL=https://github.com/ianlancetaylor/libbacktrace.git
+# using patched version
+SRCURL=https://github.com/4144/libbacktrace.git
+
+ENV_PATH="lib:include"
+ENV_LD_LIBRARY_PATH="lib"
+ENV_LDFLAGS_PATH="lib"
+ENV_CPPFLAGS_PATH="include"
+
+BUILD_TYPE="automake"