Skip to content
Snippets Groups Projects
Commit f430c9f6 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'postgresql_update' into 'master'

Add dependencies and a basic build script to postgresql16 recipe, and update the top status line.

See merge request !368
parents 187ced0a 6edd77a5
No related branches found
No related tags found
1 merge request!368Add dependencies and a basic build script to postgresql16 recipe, and update the top status line.
#TODO compilation error
#TODO waiting on sigjmp_buf and related POSIX functions in relibc
[source]
tar = "https://ftp.postgresql.org/pub/source/v16.0/postgresql-16.0.tar.bz2"
[build]
template = "configure"
template = "custom"
dependencies = [
"readline",
"zlib",
]
script = """
cp "${COOKBOOK_SOURCE}/src/backend/utils/errcodes.h" "${COOKBOOK_SOURCE}/src/include/utils/errcodes.h"
COOKBOOK_CONFIGURE_FLAGS+=(
--without-icu
--without-readline
--with-template=redox
)
cookbook_configure
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment