Skip to content

Commit

Permalink
build w/o pg
Browse files Browse the repository at this point in the history
  • Loading branch information
dAdAbird committed Nov 29, 2024
1 parent f58aa12 commit ee75f1c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-17-src-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Build pg_tde
run: |
make -j MAJORVERSION=16
make -j MAJORVERSION=17
sudo make install
working-directory: src/contrib/pg_tde

Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif

override SHLIB_LINK += -lcurl -lcrypto -lssl

# Fetches typedefs list for PostgreSQL core and merges it with typedefs defined in this project.
# https://wiki.postgresql.org/wiki/Running_pgindent_on_non-core_code_or_development_code
update-typedefs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.tools
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ TDE_OBJS = \
src/libkmip/libkmip/src/kmip.o \
src/libkmip/libkmip/src/kmip_bio.o \
src/libkmip/libkmip/src/kmip_locate.o \
src/libkmip/libkmip/src/kmip_memset.o
src/libkmip/libkmip/src/kmip_memset.o
2 changes: 1 addition & 1 deletion src/common/pg_tde_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ char *
pg_tde_get_tde_data_dir()
{
return globalspace_dir;
}
}

0 comments on commit ee75f1c

Please sign in to comment.