ports/compat-32 (3.1): sqlite3-32: re-added -j1 build workaround
21 May
2015
21 May
'15
2:52 p.m.
commit 1085ff619ca5ee819e6b36e8ea3ed5d2228ddb1a Author: Matt Housh <jaeger@morpheus.net> Date: Thu May 21 09:51:58 2015 -0500 sqlite3-32: re-added -j1 build workaround diff --git a/sqlite3-32/Pkgfile b/sqlite3-32/Pkgfile index a879f6d..8cf6559 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} }
3527
Age (days ago)
3527
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu