Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ntopng: Add patch needed to build with newer libpcap #69096

Merged
merged 1 commit into from Sep 19, 2019

Conversation

avdv
Copy link
Member

@avdv avdv commented Sep 19, 2019

Motivation for this change

backport for fix #69080

Fixes build errors for the third-party mongoose module:
```
In file included from
/nix/store/r5s3w32ahjzdlzsfrhybc3l2qcpi6yb2-libpcap-1.9.0/include/pcap.h:43,
                 from /build/ntopng-2.0/include/ntop_includes.h:93,
                                  from src/HTTPserver.cpp:22:
/nix/store/r5s3w32ahjzdlzsfrhybc3l2qcpi6yb2-libpcap-1.9.0/include/pcap/pcap.h:958: note: this is the location of the previous definition
   #define INVALID_SOCKET -1

src/../third-party/mongoose/mongoose.c:270:13: error: multiple types in one declaration
 typedef int SOCKET;
             ^~~~~~
```
@ofborg ofborg bot requested a review from bjornfor September 19, 2019 12:53
@teto teto merged commit d0c0f0d into NixOS:release-19.09 Sep 19, 2019
@avdv avdv deleted the backport-ntopng-69080 branch September 19, 2019 13:58
@avdv
Copy link
Member Author

avdv commented Sep 27, 2019

cc @NixOS/backports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants