diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-05-08 13:20:34 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-05-08 13:20:34 +0000 |
commit | 84346f0ad33a9238454fab0bf14d7415a0a5786c (patch) | |
tree | 52bd8e98f715222354d4ad241e18ef438efb0e51 /main/sqlite | |
parent | f7ac9edbb32386fdb47db354df45e47b89b0e999 (diff) | |
download | aports-84346f0ad33a9238454fab0bf14d7415a0a5786c.tar.bz2 aports-84346f0ad33a9238454fab0bf14d7415a0a5786c.tar.xz |
main/sqlite: disable parallel build
Diffstat (limited to 'main/sqlite')
-rw-r--r-- | main/sqlite/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sqlite/APKBUILD b/main/sqlite/APKBUILD index 3e2f1a33e7..1c083815ef 100644 --- a/main/sqlite/APKBUILD +++ b/main/sqlite/APKBUILD @@ -50,7 +50,7 @@ build() { # rpath removal sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool - make || return 1 + make -j1 || return 1 } dev() { |