summaryrefslogtreecommitdiffstats
path: root/extras/Solaris/configure.sh
blob: e8c93c68dd3c06c06b03a644b786b57d5ab588f4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/bash

export PATH=/opt/csw/bin:/opt/csw/gcc4/bin:/usr/ccs/bin:/usr/ucb:/usr/sfw/bin:$PATH

cd source/
make distclean
./configure --disable-fuse-client --prefix=/opt/glusterfs;
make;

exit 0