rsyslog/tests/solaris/prep-libfastjson.sh
Rainer Gerhards 3c84972299 travis: add capability to temporarily use v8-devel package
required due to new-version requirement for next release.
Else we could not run the CI tests.
2017-10-13 18:51:37 +02:00

17 lines
273 B
Bash
Executable File

# /bin/bash
set -o xtrace
PWD_HOME=$PWD
mkdir local_env
mkdir local_env/install
cd local_env
pwd
git clone git://github.com/rsyslog/libfastjson
cd libfastjson
git log -2
autoreconf -fvi
./configure --prefix=$PWD_HOME/local_env/install
gmake
gmake install
pwd
ls ../install