Closed jeffsilverm closed 6 years ago
The Makefile that builds the _sctp.o file puts the _sctp.h in /usr/local. This isn't a problem for building/installing pysctp, but it's the wrong place: it should go in /usr/local/include so that other software can find it.
Yeah, confirmed. Trying to solve it.
Fixed here https://github.com/p1-olm/pysctp/commit/2443a64223b4324d4bb62d8ba181e20720456e02
setup.py has been updated accordingly
The Makefile that builds the _sctp.o file puts the _sctp.h in /usr/local. This isn't a problem for building/installing pysctp, but it's the wrong place: it should go in /usr/local/include so that other software can find it.