summaryrefslogtreecommitdiffstats
path: root/extra/libpostgresql
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libpostgresql')
-rw-r--r--extra/libpostgresql/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libpostgresql/Pkgfile b/extra/libpostgresql/Pkgfile
index 222764df1..70450bd85 100644
--- a/extra/libpostgresql/Pkgfile
+++ b/extra/libpostgresql/Pkgfile
@@ -24,7 +24,7 @@ build() {
--with-pam --with-libxml
# build
- make -j3
+ make
for i in src/interfaces src/bin/pg_config src/include; do
cd $i