postgresql: enable parallel build

This commit is contained in:
Thomas Penteker 2024-03-15 13:59:02 +01:00
parent 77d58477cc
commit 6311aa9f96

View File

@ -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