| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|
|
|
|
| |
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|
|
|
|
|
|
|
|
| |
- This was there because cython did not know about ENOATTR
But since cython 0.25.2 tus is fixed.
And we don't need to edit /usr/include/errno.h
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|
|
|
|
| |
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|
|
|
|
| |
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|
|\
| |
| |
| |
| | |
rgw_file: radosgw-admin can be built under FreeBSD
Reviewed-by: Casey Bodley <cbodley@redhat.com>
|
| |
| |
| |
| | |
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|
| |
| |
| |
| | |
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|
|/
|
|
|
|
|
| |
- rearrange and and more checks before building
- introduce CEPH_DEV to add test/code/debugging when DEVeloping
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|
|
|
|
|
|
| |
FreeBSD has Dtrace
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|
|
|
|
| |
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|
|
|
|
|
|
|
|
| |
And that requires that the options need to be passed on completely
to the cmake program as well. Thus adding """'s around the option
argument with do_cmake.sh as well
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|
|
|
|
|
|
| |
as autotools is dropped. and remove trailing spaces.
Signed-off-by: Kefu Chai <kchai@redhat.com>
|
|
- README.FreeBSD for the description of the current work thusfar
- do_freebsd.sh, the srcipt to run autobuild/compile/tests
- autogen_freebsd.sh set the options to use in the auto/configure tools
- do_freebsd.sh: Install bash and softlink, so other bash scripts can
run as is. Using /usr/bin/env would be more compliant.
But not for now. This makes it compatible with the std-linux environment
- So now we can even have Clang in /usr/bin and /usr/local/bin
and still get the right one.
- Use less error suppression, but start fixing warning.
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|