Notices where this attachment appears
-
Before I forget, here's the current diff. And to build it:
$ mkdir /boot/home/smeg
$ ln -s /boot/system/develop/headers /boot/home/smeg/include
$ export LDFLAGS="-lnetwork"
$ ./configure --with-ssl-incl=/boot/home/smeg --with-ssl=/boot/system/develop --disable-ipv6 --disable-kernel-poll --prefix=/boot/home/config/non-packaged
$ find . -name Makefile -exec sed -i 's/\-lm//' {} \;
Then you can run make; apparently removing -lm prior to running ./configure doesn't help.
erlang-haiku.diff