Skip to content
Snippets Groups Projects
Commit 6edd77a5 authored by Bendeguz Pisch's avatar Bendeguz Pisch
Browse files

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

parent 4c9812da
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] [source]
tar = "https://ftp.postgresql.org/pub/source/v16.0/postgresql-16.0.tar.bz2" tar = "https://ftp.postgresql.org/pub/source/v16.0/postgresql-16.0.tar.bz2"
[build] [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