Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0:Staging:E
libpcap
disable-remote.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File disable-remote.diff of Package libpcap
Disable bits of remote capture support inherited from the WinPCAP merge which cause applications to FTBFS if they define HAVE_REMOTE (#843384). --- a/pcap/pcap.h +++ b/pcap/pcap.h @@ -506,6 +506,11 @@ #define MODE_STAT 1 #define MODE_MON 2 +#ifdef HAVE_REMOTE + /* Includes most of the public stuff that is needed for the remote capture */ + #include <remote-ext.h> +#endif /* HAVE_REMOTE */ + #elif defined(MSDOS) /* @@ -526,11 +531,6 @@ #endif /* _WIN32/MSDOS/UN*X */ -#ifdef HAVE_REMOTE - /* Includes most of the public stuff that is needed for the remote capture */ - #include <remote-ext.h> -#endif /* HAVE_REMOTE */ - #ifdef __cplusplus } #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