diff options
author | Harshavardhana <harsha@harshavardhana.net> | 2014-06-29 18:56:44 -0700 |
---|---|---|
committer | gluster-ant <bugzilla-bot@gluster.org> | 2014-06-29 18:56:44 -0700 |
commit | 8c856527fc2c2ae8fda499340c71b5f91f0be6ad (patch) | |
tree | 5b117750d9b67310a9a0167807caf47afa7477ed /build-aux | |
parent | bcce8e63b201984e03f67a8ac2c446fc3443f738 (diff) | |
download | glusterfs-8c856527fc2c2ae8fda499340c71b5f91f0be6ad.tar.gz glusterfs-8c856527fc2c2ae8fda499340c71b5f91f0be6ad.tar.xz glusterfs-8c856527fc2c2ae8fda499340c71b5f91f0be6ad.zip |
build: make GLUSTERD_WORKDIR rely on localstatedir
- Break-way from '/var/lib/glusterd' hard-coded previously,
instead rely on 'configure' value from 'localstatedir'
- Provide 's/lib/db' as default working directory for gluster
management daemon for BSD and Darwin based installations
- loff_t is really off_t on Darwin
- fix-off the warnings generated by clang on FreeBSD/Darwin
- Now 'tests/*' use GLUSTERD_WORKDIR a common variable for all
platforms.
- Define proper environment for running tests, define correct PATH
and LD_LIBRARY_PATH when running tests, so that the desired version
of glusterfs is used, regardless where it is installed.
(Thanks to manu@netbsd.org for this additional work)
Change-Id: I2339a0d9275de5939ccad3e52b535598064a35e7
BUG: 1111774
Signed-off-by: Harshavardhana <harsha@harshavardhana.net>
Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
Reviewed-on: http://review.gluster.org/8246
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/xdrgen | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-aux/xdrgen b/build-aux/xdrgen index c2a7a781d5..0cefc9b489 100755 --- a/build-aux/xdrgen +++ b/build-aux/xdrgen @@ -27,6 +27,9 @@ append_licence_header () #pragma GCC diagnostic ignored "-Wunused-but-set-variable" #pragma GCC diagnostic ignored "-Wunused-variable" #endif +#else +#pragma clang diagnostic ignored "-Wunused-variable" +#pragma clang diagnostic ignored "-Wunused-value" #endif #endif #endif |