postgresql: enable parallel build #7

Merged
tb merged 2 commits from tek/contrib-tek:3.7 into 3.7 2024-03-15 16:05:11 +01:00
Showing only changes of commit 6311aa9f96 - Show all commits

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