mirror of
https://github.com/ohwgiles/laminar.git
synced 2024-10-27 20:34:20 +00:00
use boost 1.55 for compatibility with debian jessie
This commit is contained in:
parent
e40fb52554
commit
645ed81aea
@ -10,7 +10,7 @@ SOURCE_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]}))
|
|||||||
docker run -i -v $SOURCE_DIR:/laminar:ro -v $OUTPUT_DIR:/output ubuntu bash -xe <<EOS
|
docker run -i -v $SOURCE_DIR:/laminar:ro -v $OUTPUT_DIR:/output ubuntu bash -xe <<EOS
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y wget cmake g++ libsqlite3-dev libboost-filesystem1.54-dev
|
apt-get install -y wget cmake g++ libsqlite3-dev libboost-filesystem1.55-dev
|
||||||
|
|
||||||
mkdir /build
|
mkdir /build
|
||||||
cd /build
|
cd /build
|
||||||
@ -54,7 +54,7 @@ Version: $VERSION
|
|||||||
Section:
|
Section:
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Depends: libboost-filesystem1.54.0
|
Depends: libboost-filesystem1.55.0
|
||||||
Description: Lightweight Continuous Integration Service
|
Description: Lightweight Continuous Integration Service
|
||||||
EOF
|
EOF
|
||||||
cat <<EOF > laminar/DEBIAN/postinst
|
cat <<EOF > laminar/DEBIAN/postinst
|
||||||
|
Loading…
Reference in New Issue
Block a user