diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-13 03:32:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-13 03:32:56 +0300 |
commit | 8e2afbc2a7837849e095df62a373d65b48e44682 (patch) | |
tree | e096b2970155b067ddc5d0c995a7ca4ba3075528 | |
parent | c1a9383393ef1acbfc87ae1ce8fd5abaa746e801 (diff) | |
download | spm-8e2afbc2a7837849e095df62a373d65b48e44682.tar.gz spm-8e2afbc2a7837849e095df62a373d65b48e44682.tar.bz2 spm-8e2afbc2a7837849e095df62a373d65b48e44682.tar.xz spm-8e2afbc2a7837849e095df62a373d65b48e44682.zip |
Add libbacktrace library.
-rw-r--r-- | packages/libbacktrace.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/libbacktrace.sh b/packages/libbacktrace.sh new file mode 100644 index 0000000..c62a590 --- /dev/null +++ b/packages/libbacktrace.sh @@ -0,0 +1,10 @@ +# 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" + +BUILD_TYPE="automake" |