Bug 1279728

Summary: spec: add CFLAGS=-DUSE_INSECURE_OPENSSL to configure command-line for RHEL-5 only
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Milind Changire <mchangir>
Component: relengAssignee: Milind Changire <mchangir>
Status: CLOSED CURRENTRELEASE QA Contact: storage-qa-internal <storage-qa-internal>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rhgs-3.1CC: nlevinki, sankarshan
Target Milestone: ---Keywords: ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1279745 1279747 (view as bug list) Environment:
Last Closed: 2016-07-21 08:50:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1279745, 1279747    

Description Milind Changire 2015-11-10 06:57:11 UTC
Description of problem:
RHEL-5 client build fails while building gfdb feature. This requires disabling of the tiering feature which uses gfdb which in turn uses SQLite.

Also RHEL 5.11 does not support TLS v1.2. This results in a forced #error in the source file rpc/rpc-transport/socket/src/socket.c which requires to define USE_INSECURE_OPENSSL for the build to proceed.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: