diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2025-03-28 17:13:13 -0700 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2025-03-28 17:13:13 -0700 |
commit | 7f32cf3e0f2b066bd61553c2bbe148353707469a (patch) | |
tree | 5dc06c72b3c516c70638df171bdf20ca24ede110 /databases/postgresql-plv8js/files/patch-Makefile | |
parent | sysutils/infracost: Update to 0.10.41 (diff) |
databases/postgresql-plv8js: Update to 3.2.3
Adds pgsql 17 support
PR: 285732
Approved by: mizhka (maintainer)
Diffstat (limited to 'databases/postgresql-plv8js/files/patch-Makefile')
-rw-r--r-- | databases/postgresql-plv8js/files/patch-Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/databases/postgresql-plv8js/files/patch-Makefile b/databases/postgresql-plv8js/files/patch-Makefile index 6082926bcfc0..a22c52778e3d 100644 --- a/databases/postgresql-plv8js/files/patch-Makefile +++ b/databases/postgresql-plv8js/files/patch-Makefile @@ -1,8 +1,8 @@ ---- Makefile.orig 2023-08-02 04:10:12 UTC +--- Makefile.orig 2024-09-08 02:08:55 UTC +++ Makefile -@@ -36,17 +36,8 @@ SHLIB_LINK += -Ldeps/v8-cmake/build -g +@@ -36,19 +36,8 @@ SHLIB_LINK += -Ldeps/v8-cmake/build - SHLIB_LINK += -Ldeps/v8-cmake/build -g + SHLIB_LINK += -Ldeps/v8-cmake/build -all: v8 $(OBJS) +all: $(OBJS) @@ -10,8 +10,10 @@ -# For some reason, this solves parallel make dependency. -plv8_config.h plv8.so: v8 - --deps/v8-cmake/build/libv8_libbase.a: +-deps/v8-cmake/README.md: - @git submodule update --init --recursive +- +-deps/v8-cmake/build/libv8_libbase.a: deps/v8-cmake/README.md - @cd deps/v8-cmake && mkdir -p build && cd build && cmake -Denable-fPIC=ON -DCMAKE_BUILD_TYPE=Release ../ && make -j $(NUMPROC) - -v8: deps/v8-cmake/build/libv8_libbase.a @@ -19,7 +21,7 @@ # enable direct jsonb conversion by default CCFLAGS += -DJSONB_DIRECT_CONVERSION -@@ -72,7 +63,7 @@ endif +@@ -74,7 +63,7 @@ endif REGRESS += bigint_graceful endif |