summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Wareing <rwareing@fb.com>2014-06-03 11:44:44 -0700
committerKevin Vigor <kvigor@fb.com>2017-01-11 14:24:24 -0800
commit6f6a21f1bbc5131e70b42d89a5ac8d8aa709ad3f (patch)
treed3321489db696d59e4adb8fd259266ccf7c66d09 /configure.ac
parentb49d30a20efee06eb5a5007a244f3c474366cb35 (diff)
Change SSL key path to /var/lib/glusterd/ssl/*
Summary: - Per title, this is operationally better for us Test Plan: - Prove tests Reviewers: dph, cjh, jackl Reviewed By: jackl Subscribers: ssl-diffs@ FB-commit-id: c9dec448d8f4f39f553b7dd5825be47d14495415 Change-Id: Id90420eb9c3eaf7252915b04a81f6dcefaf86be5 Signed-off-by: Kevin Vigor <kvigor@fb.com> Reviewed-on: http://review.gluster.org/16378 CentOS-regression: Gluster Build System <jenkins@build.gluster.org> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Shreyas Siravara <sshreyas@fb.com> Smoke: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 86c6bcfcc4d..739728085a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -928,7 +928,7 @@ dnl include tirpc for FB builds
if test "x$BUILD_FBEXTRAS" = "xyes"; then
TIRPC_CFLAGS="-I/usr/include/tirpc"
GF_LDFLAGS="-lfbtirpc $GF_LDFLAGS"
- GF_CFLAGS="$GF_CFLAGS $TIRPC_CFLAGS -DIPV6_DEFAULT"
+ GF_CFLAGS="$GF_CFLAGS $TIRPC_CFLAGS -DIPV6_DEFAULT -DGF_FBEXTRAS"
TESTER_CFLAGS="$TESTER_CFLAGS -lfbtirpc"
fi