[Bug 197679] databases/mariadb-server builds on FreeBSD 10.1-RELEASE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 22 19:39:34 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197679

--- Comment #4 from Bernard Spil <spil.oss at gmail.com> ---
Created attachment 154669
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154669&action=edit
svn diff for mariadb-server and -client

Problem existed on 10.0 in the configure script where it was passing
-fno-implicit-templates to clang++ which made detection of gethostbyname_r
fail. This was not a problem on 10.1

Patch fixes this for server and client by simply removing
-fno-implicit-templates which does not exist for clang.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list