P1sec / pysctp

SCTP stack for Python
http://www.p1sec.com
161 stars 67 forks source link

_sctp.h goes in the wrong place #5

Closed jeffsilverm closed 6 years ago

jeffsilverm commented 13 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.

philpraxis commented 11 years ago

Yeah, confirmed. Trying to solve it.

ghost commented 6 years ago

Fixed here https://github.com/p1-olm/pysctp/commit/2443a64223b4324d4bb62d8ba181e20720456e02

p1-bmu commented 6 years ago

setup.py has been updated accordingly