Skip to content
  • Ian Lynagh's avatar
    Disable symbol visibility pragmas for FreeBSD · 28c2bbb0
    Ian Lynagh authored
    Do not use GCC pragmas for controlling visibility, because it causes
    "undefined reference" errors at link-time.  The true reasons are
    unknown, however FreeBSD 8.x includes GCC 4.2.1 in the base system,
    which might be buggy. 
    28c2bbb0