summaryrefslogblamecommitdiff
path: root/packages/libbacktrace.sh
blob: 7d994278031dc87c1441b74edec5eb395e96cab8 (plain) (tree)
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
# 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"