summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-26 03:09:41 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-26 03:09:41 +0300
commitcd2934d2509a1464d0dc1afb0f8e89b366e884b6 (patch)
tree7be474f432415aab0fc5bdd71635c1a655317036
parentaf7656d86dad8baf5a254230ebee01fe2a22ca1e (diff)
parent85c928c3fd96018ca5ca6d27dc7ffa7b63764fa2 (diff)
downloadspm-cd2934d2509a1464d0dc1afb0f8e89b366e884b6.tar.gz
spm-cd2934d2509a1464d0dc1afb0f8e89b366e884b6.tar.bz2
spm-cd2934d2509a1464d0dc1afb0f8e89b366e884b6.tar.xz
spm-cd2934d2509a1464d0dc1afb0f8e89b366e884b6.zip
Merge branch 'master' into zlib
-rw-r--r--packages/libbacktrace.sh11
-rw-r--r--packages/python2.sh3
2 files changed, 14 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"
diff --git a/packages/python2.sh b/packages/python2.sh
new file mode 100644
index 0000000..8d72aec
--- /dev/null
+++ b/packages/python2.sh
@@ -0,0 +1,3 @@
+include "python"
+
+DEFAULT_BRANCH="2.7"