summaryrefslogtreecommitdiffstats
path: root/hdrhistogram-fpic.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-19 07:55:32 +0100
committerRemi Collet <remi@remirepo.net>2019-11-19 07:55:32 +0100
commit8923e9aefbb89a088705c6873dcd3e3b07a1c198 (patch)
tree81d4cd75085a03fbb810d440036a4def77a69272 /hdrhistogram-fpic.patch
parent24ef837dd2a3020bfbe4943c363b6a638ca7c39d (diff)
- update to 0.9.12
- soname bump to 4
Diffstat (limited to 'hdrhistogram-fpic.patch')
-rw-r--r--hdrhistogram-fpic.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/hdrhistogram-fpic.patch b/hdrhistogram-fpic.patch
deleted file mode 100644
index 81c2e45..0000000
--- a/hdrhistogram-fpic.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -up ./CMakeLists.txt.fpic ./CMakeLists.txt
---- ./CMakeLists.txt.fpic 2019-01-20 08:57:28.000000000 +0100
-+++ ./CMakeLists.txt 2019-01-21 11:44:06.556633427 +0100
-@@ -24,9 +24,7 @@ set(HDR_SOVERSION ${HDR_SOVERSION_CURREN
- ENABLE_TESTING()
-
- if(UNIX)
-- set(CMAKE_C_FLAGS "-Wall -Wno-unknown-pragmas -Wextra -Wshadow -Winit-self -Wmissing-prototypes -Wpedantic -D_GNU_SOURCE -std=gnu89")
-- set(CMAKE_C_FLAGS_DEBUG "-O0 -g")
-- set(CMAKE_C_FLAGS_RELEASE "-O3 -g")
-+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC -D_GNU_SOURCE")
- endif()
-
- if(WIN32)