Bug 197865

Summary: clang autoconf conftest behaving different from 10.1 with libs from ports
Product: Base System Reporter: Bernard Spil <brnrd>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed Overcome By Events    
Severity: Affects Only Me    
Priority: ---    
Version: 10.0-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
config.log from 10.0/clang3.3
none
config.log from 10.1/clang3.4 none

Description Bernard Spil freebsd_committer freebsd_triage 2015-02-20 21:33:35 UTC
During a build of curl with LibreSSL as SSL library the build fails due to detecting an unavailable function during configure.
What I've noticed is that the order in which the libraries are searched differs between 10.0/clang3.3 and 10.1/clang3.4

Attaching config.log for both versions.
If you wish to test this, add 
WITH_OPENSSL_PORT=    yes
OPENSSL_PORT=         security/libressl
to your make.conf and build ftp/curl
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2015-02-20 21:34:56 UTC
Created attachment 153247 [details]
config.log from 10.0/clang3.3

> 1000 KB so gzipped
Comment 2 Bernard Spil freebsd_committer freebsd_triage 2015-02-20 21:35:20 UTC
Created attachment 153248 [details]
config.log from 10.1/clang3.4

> 1000 KB so gzipped