summaryrefslogtreecommitdiff
path: root/recipes-containers/docker/docker-init/dont_strip_by_default.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/docker/docker-init/dont_strip_by_default.patch')
-rw-r--r--recipes-containers/docker/docker-init/dont_strip_by_default.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-containers/docker/docker-init/dont_strip_by_default.patch b/recipes-containers/docker/docker-init/dont_strip_by_default.patch
deleted file mode 100644
index 6f25b14..0000000
--- a/recipes-containers/docker/docker-init/dont_strip_by_default.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b5b93ba..c2907e2 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -54,7 +54,7 @@ if(NOT HAS_BUILTIN_FORTIFY)
- endif()
-
- set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -Werror -Wextra -Wall -pedantic-errors -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat")
--set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-s")
-+set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-Bsymbolic-functions -Wl,-z,relro")
-
- # Build
-