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:
parent
77d58477cc
commit
910af7a38d
@ -1,6 +1,6 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF3/3+POeLIEGymck+/XubSnpJMcrM+Nl0saemY+8LqZJljApz+FB4BLnJ8UPh92SE7FTWmHbjpSskf78hbLMkUgs=
|
RWSagIOpLGJF347IZs92b50rX2pfu0uLCd42QCG0HQb7uUZgyCbxVaMKJr3LoW+hTTofZMkbYMqrkMB6ckklxQ8Xnr631/ojBgg=
|
||||||
SHA256 (Pkgfile) = 35d79d31c6999fdebf3360260e5152a00908a85f1678721fa8c30ffa2af92a5a
|
SHA256 (Pkgfile) = e8fe9d3267d24c7d080246dabcc627165f57724426fda4b86adb22faffb0666f
|
||||||
SHA256 (.footprint) = e0c0182ecadc3e172cf53ffc974f14023b80195ed6cefaedbf5c4ffb8c2136b5
|
SHA256 (.footprint) = e0c0182ecadc3e172cf53ffc974f14023b80195ed6cefaedbf5c4ffb8c2136b5
|
||||||
SHA256 (postgresql-16.2.tar.bz2) = 446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952
|
SHA256 (postgresql-16.2.tar.bz2) = 446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952
|
||||||
SHA256 (postgresql-run-socket.patch) = 02ffb53b0a5049233f665c873b96264db77daab30e5a2194d038202d815a8e6a
|
SHA256 (postgresql-run-socket.patch) = 02ffb53b0a5049233f665c873b96264db77daab30e5a2194d038202d815a8e6a
|
||||||
|
@ -35,7 +35,7 @@ build() {
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
PYTHON=/usr/bin/python3
|
PYTHON=/usr/bin/python3
|
||||||
make
|
make -j ${JOBS:-1}
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
cd doc/src/sgml
|
cd doc/src/sgml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user