Subject: | Does not compile on FreeBSD systems |
Two things seem to prevent successful compilation of the module on FreeBSD systems (see http://matrix.cpantesters.org/?dist=PHP-Serialization-XS+0.07 for a CPAN Testers overview, the FreeBSD column has only UNKNOWN entries):
* Use of the -D_XOPEN_SOURCE=700 define --- if I remove it, then compilation is successful
* Use of GNU make syntax in the postamble (%.c, %.o) --- if I explicitly run the Makefile with gmake instead of make, then also the stuff under phpserialize/parser is compiled.