2018-08-08 14:21:32 +00:00
|
|
|
cd breakpad/
|
|
|
|
git clone https://chromium.googlesource.com/linux-syscall-support src/third_party/lss
|
|
|
|
cd build
|
|
|
|
../configure
|
2018-08-09 12:38:44 +02:00
|
|
|
make CXXFLAGS="-std=c++11 -I../../boringssl/include/ ${CXX_FLAGS}" CFLAGS="${C_FLAGS}" ${MAKE_OPTIONS}
|
2018-08-08 19:51:41 +00:00
|
|
|
sudo make install
|