diff options
Diffstat (limited to 'extra/libpostgresql/Pkgfile')
-rw-r--r-- | extra/libpostgresql/Pkgfile | 2 |
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 |