postgresql: enable parallel build (#7)

content signing missing

Co-authored-by: Thomas Penteker <thomas.penteker+crux@gmail.com>
Co-authored-by: Tim Biermann <tbier@posteo.de>
Reviewed-on: #7
Co-authored-by: Thomas <tek@noreply.crux.nu>
Co-committed-by: Thomas <tek@noreply.crux.nu>
This commit is contained in:
Thomas 2024-03-15 16:05:10 +01:00 committed by Tim Biermann
parent 77d58477cc
commit 910af7a38d
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/3+POeLIEGymck+/XubSnpJMcrM+Nl0saemY+8LqZJljApz+FB4BLnJ8UPh92SE7FTWmHbjpSskf78hbLMkUgs=
SHA256 (Pkgfile) = 35d79d31c6999fdebf3360260e5152a00908a85f1678721fa8c30ffa2af92a5a
RWSagIOpLGJF347IZs92b50rX2pfu0uLCd42QCG0HQb7uUZgyCbxVaMKJr3LoW+hTTofZMkbYMqrkMB6ckklxQ8Xnr631/ojBgg=
SHA256 (Pkgfile) = e8fe9d3267d24c7d080246dabcc627165f57724426fda4b86adb22faffb0666f
SHA256 (.footprint) = e0c0182ecadc3e172cf53ffc974f14023b80195ed6cefaedbf5c4ffb8c2136b5
SHA256 (postgresql-16.2.tar.bz2) = 446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952
SHA256 (postgresql-run-socket.patch) = 02ffb53b0a5049233f665c873b96264db77daab30e5a2194d038202d815a8e6a

View File

@ -35,7 +35,7 @@ build() {
--disable-nls \
--disable-rpath \
PYTHON=/usr/bin/python3
make
make -j ${JOBS:-1}
make DESTDIR=$PKG install
cd doc/src/sgml