summaryrefslogtreecommitdiff
path: root/packages/libbacktrace.sh
blob: c62a590c5e11b3cd038d857f6b467ec22181f860 (plain) (blame)
1
2
3
4
5
6
7
8
9
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"