Skip to content

Commit

Permalink
Merge pull request NixOS#267430 from helsinki-systems/fix/proxysql-build
Browse files Browse the repository at this point in the history
proxysql: use vendored re2
  • Loading branch information
0x4A6F authored Nov 14, 2023
2 parents b1c25de + 85fa2ee commit 39c1b48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions pkgs/servers/sql/proxysql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
, perl
, python3
, prometheus-cpp
, re2
, zlib
, texinfo
}:
Expand Down Expand Up @@ -117,7 +116,6 @@ stdenv.mkDerivation (finalAttrs: {
{ f = "lz4"; p = lz4; }
{ f = "pcre"; p = pcre; }
{ f = "prometheus-cpp"; p = prometheus-cpp; }
{ f = "re2"; p = re2; }
]
)}
Expand Down
11 changes: 0 additions & 11 deletions pkgs/servers/sql/proxysql/makefiles.patch
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,6 @@ index 710e070b..fd1352f6 100644
cd prometheus-cpp/prometheus-cpp && patch -p1 < ../serial_exposer.patch
cd prometheus-cpp/prometheus-cpp && patch -p1 < ../registry_counters_reset.patch
cd prometheus-cpp/prometheus-cpp && patch -p1 < ../fix_old_distros.patch
@@ -321,10 +289,6 @@ prometheus-cpp: prometheus-cpp/prometheus-cpp/lib/libprometheus-cpp-core.a


re2/re2/obj/libre2.a:
- cd re2 && rm -rf re2-*/ || true
- cd re2 && tar -zxf re2-*.tar.gz
-# cd re2/re2 && sed -i -e 's/-O3 -g /-O3 -fPIC /' Makefile
-# cd re2/re2 && patch util/mutex.h < ../mutex.h.patch
cd re2/re2 && patch re2/onepass.cc < ../onepass.cc-multiplication-overflow.patch
ifeq ($(UNAME_S),Darwin)
cd re2/re2 && sed -i '' -e 's/-O3 -g/-O3 -g -std=c++11 -fPIC -DMEMORY_SANITIZER -DRE2_ON_VALGRIND /' Makefile
@@ -339,8 +303,6 @@ re2: re2/re2/obj/libre2.a


Expand Down

0 comments on commit 39c1b48

Please sign in to comment.