Displaying 1 result from an estimated 1 matches for "telkamp".
Did you mean:
  helkamp
  
2018 Feb 05
0
[Bug 1223] New: libmnl does not compile with #undef HAVE_VISIBILITY_HIDDEN
...AVE_VISIBILITY_HIDDEN
           Product: libmnl
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: libmnl
          Assignee: pablo at netfilter.org
          Reporter: g.telkamp at domologic.de
I've tried to compile libmnl without the HAVE_VISIBILITY_HIDDEN option, so in
my case config.h defines
#undef HAVE_VISIBILITY_HIDDEN
internal.h uses this option and declares the EXPORT_SYMBOL macro:
#include "config.h"
#ifdef HAVE_VISIBILITY_HIDDEN
#    define __visi...