Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
adns
adns-visibility.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File adns-visibility.patch of Package adns
Index: configure.in =================================================================== --- configure.in.orig +++ configure.in @@ -59,7 +59,9 @@ AC_ARG_ENABLE(dynamic, AC_MSG_RESULT([yes, by default]) ]) -AC_PROG_CC +AC_PROG_CC_STDC +AC_USE_SYSTEM_EXTENSIONS +AC_SYS_LARGEFILE AC_PROG_CPP AC_PROG_RANLIB AC_PROG_INSTALL Index: src/internal.h =================================================================== --- src/internal.h.orig +++ src/internal.h @@ -51,6 +51,7 @@ typedef unsigned char byte; # include "hredirect.h" #endif +#pragma GCC visibility push(hidden) /* Configuration and constants */ #define MAXSERVERS 5 @@ -944,4 +945,5 @@ static inline int errno_resources(int e) (tv)|=GETIL_B(cb), \ (tv) ) +#pragma GCC visibility pop #endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor