mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-21 04:02:14 +00:00
Compare commits
2 Commits
dev_docker
...
hotfix/grp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8bc52912e | ||
|
|
1164c639d6 |
@@ -2,7 +2,7 @@
|
||||
|
||||
## v0.28.2
|
||||
|
||||
Released on 2021-05-27
|
||||
Released on 2021-06-01
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -20,6 +20,7 @@ Released on 2021-05-27
|
||||
* docs(proposals): fix libs contribution name [[#1641](https://github.com/falcosecurity/falco/pull/1641)] - [@leodido](https://github.com/leodido)
|
||||
* add Yahoo!Japan as an adopter [[#1651](https://github.com/falcosecurity/falco/pull/1651)] - [@ukitazume](https://github.com/ukitazume)
|
||||
* Add Replicated to adopters [[#1649](https://github.com/falcosecurity/falco/pull/1649)] - [@diamonwiggins](https://github.com/diamonwiggins)
|
||||
* build(cmake/modules): avoid gRCP files to be installed into packages [[#1662](https://github.com/falcosecurity/falco/pull/1662)] - [@leogr](https://github.com/leogr)
|
||||
|
||||
|
||||
## v0.28.1
|
||||
|
||||
@@ -25,4 +25,4 @@ ExternalProject_Add(
|
||||
BUILD_COMMAND ""
|
||||
INSTALL_COMMAND ""
|
||||
TEST_COMMAND ""
|
||||
PATCH_COMMAND patch -p1 -i ${CMAKE_CURRENT_SOURCE_DIR}/patch/libscap.patch && patch -p1 -i ${CMAKE_CURRENT_SOURCE_DIR}/patch/luajit.patch)
|
||||
PATCH_COMMAND patch -p1 -i ${CMAKE_CURRENT_SOURCE_DIR}/patch/libscap.patch && patch -p1 -i ${CMAKE_CURRENT_SOURCE_DIR}/patch/luajit.patch && patch -p1 -i ${CMAKE_CURRENT_SOURCE_DIR}/patch/grpc.patch)
|
||||
|
||||
12
cmake/modules/falcosecurity-libs-repo/patch/grpc.patch
Normal file
12
cmake/modules/falcosecurity-libs-repo/patch/grpc.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/cmake/modules/grpc.cmake b/cmake/modules/grpc.cmake
|
||||
index ffa4e6c4..346939b9 100644
|
||||
--- a/cmake/modules/grpc.cmake
|
||||
+++ b/cmake/modules/grpc.cmake
|
||||
@@ -125,6 +125,7 @@ else()
|
||||
-DZLIB_ROOT:STRING=${ZLIB_SRC}
|
||||
BUILD_IN_SOURCE 1
|
||||
BUILD_BYPRODUCTS ${GRPC_LIB} ${GRPCPP_LIB} ${GPR_LIB} ${GRPC_LIBRARIES}
|
||||
+ INSTALL_COMMAND DESTDIR=/ make install
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
Reference in New Issue
Block a user