ports/compat-32 (3.1): sqlite3-32: added -j1 build workaround
20 May
2015
20 May
'15
12:46 p.m.
commit 210a3026b27642cce2086c914b91b64eeda3edd5 Author: Matt Housh <jaeger@morpheus.net> Date: Wed May 20 07:46:34 2015 -0500 sqlite3-32: added -j1 build workaround diff --git a/sqlite3-32/Pkgfile b/sqlite3-32/Pkgfile index 7d68b3a..70ed48c 100644 --- a/sqlite3-32/Pkgfile +++ b/sqlite3-32/Pkgfile @@ -15,7 +15,7 @@ build () { CFLAGS="-DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 \ -DSQLITE_ENABLE_UNLOCK_NOTIFY $CFLAGS" \ ./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32 - make + make -j1 make DESTDIR=$PKG install rm -r $PKG/usr/{bin,include,man} }
3528
Age (days ago)
3528
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu