Bug 1185100 - Wrong flag for enabling sasl in znc package
Summary: Wrong flag for enabling sasl in znc package
Keywords:
Status: CLOSED DUPLICATE of bug 1112022
Alias: None
Product: Fedora
Classification: Fedora
Component: znc
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nick Bebout
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-22 22:06 UTC by Greg Swift
Modified: 2015-06-10 01:28 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-10 01:28:06 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Greg Swift 2015-01-22 22:06:32 UTC
Description of problem:
When the ZNC package builds it doesn't included SASL because its calling --enable-sasl not --enable-cyrus.

Found in the EL6 release, but looks to be valid of all active versions.


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

How reproducible:
Very

Steps to Reproduce:
1. rpmbuild -ba znc.spec

Actual results:
config.status: creating include/znc/zncconfig.h
configure: WARNING: unrecognized options: --enable-sasl

ZNC 1.4 configured

prefix:       /usr
debug:        no
ipv6:         yes
openssl:      yes
dns:          threads
perl:         yes
python:       no
swig:         not needed
cyrus:        no
tcl:          yes
charset:      yes
zlib:         yes
run from src: no


Expected results:
config.status: creating include/znc/zncconfig.h

ZNC 1.4 configured

prefix:       /usr
debug:        no
ipv6:         yes
openssl:      yes
dns:          threads
perl:         yes
python:       no
swig:         not needed
cyrus:        yes
tcl:          yes
charset:      yes
zlib:         yes
run from src: no


Additional info:

Comment 1 Jaroslav Reznik 2015-03-03 16:45:16 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle.
Changing version to '22'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22

Comment 2 Nick Bebout 2015-06-10 01:28:06 UTC

*** This bug has been marked as a duplicate of bug 1112022 ***


Note You need to log in before you can comment on or make changes to this bug.