Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove ulockmgr from fuse LDFLAGS | Olaf Hering | 2012-08-29 | 1 | -1/+1 |
| | | | | | | | | | | libguestfs fails to build with --enable-fuse on openSuSE 11.4 and earlier because the included fuse version does not include libulockmgr.so. configure already used pkgconfig to retrieve the correct CFLAGS, so there is no need to hardcode -lulockmgr. With this change the build succeeds again. Signed-off-by: Olaf Hering <olaf@aepfle.de> | ||||
* | build: Return 77 from skipped tests. | Richard W.M. Jones | 2012-07-19 | 1 | -2/+2 |
| | |||||
* | tests: Rewrite parallel mount-local test in C. | Richard W.M. Jones | 2012-07-18 | 2 | -0/+526 |