libxbps: implement xbps_file_exec() with posix_spawn().

This commit is contained in:
Juan RP
2012-05-30 14:45:47 +02:00
parent c93d1637ae
commit 5aa05f4c72
9 changed files with 138 additions and 182 deletions

View File

@@ -13,8 +13,6 @@ internal use in the code:
- mkpath from NetBSD's mkdir(1): lib/external/mkpath.c
- fexec from NetBSD's pkg_install: lib/external/fexec.c
- libfetch-2.31 from NetBSD: lib/fetch
- portableproplib-0.4.1 (lib/portableproplib) from