summaryrefslogtreecommitdiff
path: root/packages/libbacktrace.sh
blob: 7d994278031dc87c1441b74edec5eb395e96cab8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# original library broken in configure
#SRCURL=https://github.com/ianlancetaylor/libbacktrace.git
# using patched version
#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"
ENV_LDFLAGS_PATH="lib"
ENV_CPPFLAGS_PATH="include"

BUILD_TYPE="automake"