Bug 1542 - configure doesn't detect SSL_CTX_free on NetBSD
Summary: configure doesn't detect SSL_CTX_free on NetBSD
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamc/spamd (show other bugs)
Version: 2.50
Hardware: Other NetBSD
: P4 normal
Target Milestone: 2.53
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords: backport
Depends on:
Blocks: 1637
  Show dependency tree
 
Reported: 2003-02-23 15:10 UTC by Klaus Heinz
Modified: 2003-03-26 02:16 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
add -lcrypto patch None Klaus Heinz [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Heinz 2003-02-23 15:10:20 UTC
configure's test for SSL_CTX_free fails to compile due to a missing
library (libcrypto). The attached patch fixes this.
Hopefully, linking with -lcrypto won't break this test on other platforms.
Comment 1 Klaus Heinz 2003-02-23 15:11:28 UTC
Created attachment 670 [details]
add -lcrypto
Comment 2 Justin Mason 2003-03-18 16:08:32 UTC
dammit, missed this too. ah well, for what it's worth,

OKAY: should be applied for 2.52 I guess
Comment 3 Klaus Heinz 2003-03-19 03:11:18 UTC
Subject: Re:  configure doesn't detect SSL_CTX_free on NetBSD

At the moment the SSL versions of libspamc and spamc are broken anyway
(there's another bug report about this), so there is no harm in waiting
for 2.52.
 
ciao
     Klaus

Comment 4 Justin Mason 2003-03-21 20:47:39 UTC
anyone fancy approving this one too?
Comment 5 Theo Van Dinter 2003-03-22 06:25:08 UTC
Subject: Re: [SAdev]  configure doesn't detect SSL_CTX_free on NetBSD

On Fri, Mar 21, 2003 at 08:47:39PM -0800, bugzilla-daemon@hughes-family.org wrote:
> anyone fancy approving this one too?

unless we're in a pre-release freeze, it's already set (1 OKAY + 24 hrs)

Comment 6 Antony Mawer 2003-03-22 11:14:24 UTC
Subject: Re: [SAdev]  configure doesn't detect SSL_CTX_free on NetBSD 


> unless we're in a pre-release freeze, it's already set (1 OKAY + 24 hrs)

ah right, though it was 2 ;)

--j.

Comment 7 Theo Van Dinter 2003-03-22 15:25:12 UTC
Subject: Re: [SAdev]  configure doesn't detect SSL_CTX_free on NetBSD

On Sat, Mar 22, 2003 at 11:14:24AM -0800, bugzilla-daemon@hughes-family.org wrote:
> ah right, though it was 2 ;)

OKAY:

oh.  ha ha.  The patch author is different than I thought. :|

In that case, the patch looks fine.  It doesn't break any builds for me. :)

Comment 8 Malte S. Stretz 2003-03-24 13:29:36 UTC
applied both to HEAD and STABLE 
Comment 9 Klaus Heinz 2003-03-25 13:47:42 UTC
Subject: Re: [SAdev]  configure doesn't detect SSL_CTX_free on NetBSD

Isn't 'autoconf' supposed to be run when 'configure.in' changes?
The 'configure' script in SA 2.52 is the same as in 2.51...

ciao
     Klaus

Comment 10 Antony Mawer 2003-03-25 15:10:47 UTC
Subject: Re: [SAdev]  configure doesn't detect SSL_CTX_free on NetBSD 


bugzilla-daemon@hughes-family.org said:

> Isn't 'autoconf' supposed to be run when 'configure.in' changes?
> The 'configure' script in SA 2.52 is the same as in 2.51...

Yes, it is, I should have pointed that out to whoever applied the
patch. oops...

--j.

Comment 11 Malte S. Stretz 2003-03-26 10:11:52 UTC
Huh? We've got the configure script in the repository? 
Comment 12 Justin Mason 2003-03-26 11:16:39 UTC
OK, now checked in on 2.53 and HEAD CVS.  Had to upgrade the "configure.in"
to work with autoconf 2.53, but it should make no difference.
Comment 13 Justin Mason 2003-03-26 11:16:48 UTC
OK, now checked in on 2.53 and HEAD CVS.  Had to upgrade the "configure.in"
to work with autoconf 2.53, but it should make no difference.