This repository was archived by the owner on Jan 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 47
47
zlib-dev && \
48
48
echo "**** install runtime packages ****" && \
49
49
apk add --no-cache \
50
+ boost \
51
+ boost-thread \
52
+ boost-system \
50
53
curl \
51
54
eudev-libs \
52
55
iputils \
91
94
-DUSE_BUILTIN_LUA=OFF \
92
95
-DUSE_BUILTIN_MQTT=OFF \
93
96
-DUSE_BUILTIN_SQLITE=OFF \
97
+ -DUSE_STATIC_BOOST=OFF \
94
98
-DUSE_STATIC_LIBSTDCXX=OFF \
95
99
-DUSE_STATIC_OPENZWAVE=OFF \
96
100
-Wno-dev && \
Original file line number Diff line number Diff line change 47
47
zlib-dev && \
48
48
echo "**** install runtime packages ****" && \
49
49
apk add --no-cache \
50
+ boost \
51
+ boost-thread \
52
+ boost-system \
50
53
curl \
51
54
eudev-libs \
52
55
iputils \
91
94
-DUSE_BUILTIN_LUA=OFF \
92
95
-DUSE_BUILTIN_MQTT=OFF \
93
96
-DUSE_BUILTIN_SQLITE=OFF \
97
+ -DUSE_STATIC_BOOST=OFF \
94
98
-DUSE_STATIC_LIBSTDCXX=OFF \
95
99
-DUSE_STATIC_OPENZWAVE=OFF \
96
100
-Wno-dev && \
Original file line number Diff line number Diff line change 47
47
zlib-dev && \
48
48
echo "**** install runtime packages ****" && \
49
49
apk add --no-cache \
50
+ boost \
51
+ boost-thread \
52
+ boost-system \
50
53
curl \
51
54
eudev-libs \
52
55
iputils \
91
94
-DUSE_BUILTIN_LUA=OFF \
92
95
-DUSE_BUILTIN_MQTT=OFF \
93
96
-DUSE_BUILTIN_SQLITE=OFF \
97
+ -DUSE_STATIC_BOOST=OFF \
94
98
-DUSE_STATIC_LIBSTDCXX=OFF \
95
99
-DUSE_STATIC_OPENZWAVE=OFF \
96
100
-Wno-dev && \
You can’t perform that action at this time.
0 commit comments