diff options
author | Pavan Sondur <pavan@gluster.com> | 2009-11-04 01:23:18 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-11-11 23:18:19 -0800 |
commit | ef078a335980b5962239556e9b3a98f589662337 (patch) | |
tree | 9ef2188e8ce37210e4ab2dee6a269e1b599829b7 /xlators/storage | |
parent | e98020d5f6f2f22f09d2c21d80ad8ceb6ae46284 (diff) |
Add glusterfs-volgen to master, change fusermount options and other changes to rpm spec file.
The patch has the following changes:
* Rename glusterfs-volgen.py and include it in the rpm spec file
* Enable fusermount by default. Change fusermount configure option from disable to enable.
* Remove BDB from configure.ac, essentially removing it from the normal build.
* Remove all dependencies on fuse in the rpm spec file.
Signed-off-by: Pavan Vilas Sondur <pavan@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 343 (Placeholder bug for adding volgen into rpm, bdb makefile changes, etc)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=343
Diffstat (limited to 'xlators/storage')
-rw-r--r-- | xlators/storage/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/Makefile.am b/xlators/storage/Makefile.am index 59b968969..9cb9ded30 100644 --- a/xlators/storage/Makefile.am +++ b/xlators/storage/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = posix $(BDB_SUBDIR) +SUBDIRS = posix CLEANFILES = |