| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Omri Zeneva <ozeneva@redhat.com>
|
|
|
|
|
|
|
| |
as FreeBSD does not has systemd at the time of writing, so it does not
make sense to build or install systemd support.
Signed-off-by: Kefu Chai <kchai@redhat.com>
|
|
|
|
| |
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
|
|
|
|
| |
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
|
|
|
|
|
|
| |
Copied from the jenkins:master build
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|
|
|
|
|
|
|
|
| |
There is a few essentail differences between the way versioning
and a version-map is interpreted for binutils ld and LLVM ld.
The easy way out for the time being is to use the one that works.
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
|
|
|
|
|
|
| |
per Willem's request.
Signed-off-by: Kefu Chai <kchai@redhat.com>
|
|
|
|
| |
Signed-off-by: Kefu Chai <kchai@redhat.com>
|
|
|
|
|
|
|
|
|
| |
This requires defining
`EUCLEAN`
`EKEYREJECTED`
which are defined in Linux asm-generic/error.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>
|
|
|
|
|
|
|
| |
FreeBSD does have libibiverb and librdmacm, but we disable them anyway
for minimal dependency.
Signed-off-by: Kefu Chai <kchai@redhat.com>
|
|
|
|
| |
Signed-off-by: Alfredo Deza <adeza@redhat.com>
|
|
|
|
| |
Signed-off-by: Dan Mick <dan.mick@redhat.com>
|
|
|
|
|
| |
Signed-off-by: wanjun.lp <wanjun.lp@alibaba-inc.com>
Signed-off-by: Kefu Chai <kchai@redhat.com>
|
|
|
|
|
|
|
| |
Using Bluestore is not the same thing as having libaio, especially on
non-Linux platforms.
Signed-off-by: Alan Somers <asomers@gmail.com>
|
|
|
|
|
|
|
| |
Use sysctl(8) instead. Also, there's no longer any need for /bin/bash
on FreeBSD.
Signed-off-by: Alan Somers <asomers@gmail.com>
|
|
|
|
| |
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>
|