Browse Source
system/netdata: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
master
Willy Sudiarto Raharjo
1 week ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with
2 additions and
1 deletions
-
system/netdata/netdata.SlackBuild
|
|
@ -95,7 +95,6 @@ find -L . \ |
|
|
|
sed -e s,@NETDATA_USER@,$NETDATA_USER, -e s,@NETDATA_GROUP@,$NETDATA_GROUP, \ |
|
|
|
$CWD/logrotate-use-netdata-user-and-group.diff | patch -p1 --verbose |
|
|
|
|
|
|
|
# wsr |
|
|
|
# Somehow abseil-cpp that we have in SBo or current is too new |
|
|
|
# So we will use the bundled protobuf in order to build for now |
|
|
|
# Let's keep the deps in place just in case they fixed it in the future |
|
|
@ -115,6 +114,8 @@ cd build |
|
|
|
-DENABLE_ACLK=FALSE \ |
|
|
|
-DENABLE_BUNDLED_PROTOBUF=TRUE \ |
|
|
|
-DENABLE_PLUGIN_SYSTEMD_UNITS=FALSE \ |
|
|
|
-DENABLE_NETDATA_JOURNAL_FILE_READER=FALSE \ |
|
|
|
-DENABLE_PLUGIN_OTEL=FALSE \ |
|
|
|
-DCMAKE_BUILD_TYPE=Release .. |
|
|
|
cmake --build ../build |
|
|
|
DESTDIR=$PKG cmake --install ../build |
|
|
|