pptpd: fix musl compatibility
authorJo-Philipp Wich <redacted>
Tue, 16 Jun 2015 22:10:05 +0000 (00:10 +0200)
committerJo-Philipp Wich <redacted>
Tue, 16 Jun 2015 22:12:42 +0000 (00:12 +0200)
commitba31ff7d5e8c8f51b5c467bc1b046e77afd1673c
tree898fe92b704ac71a9062795bc7919414aa4c717a
parent4116e327afee80aaea33a16358f5f7c0da687bec
pptpd: fix musl compatibility

 - Ship a net/ppp_defs.h replacement header since musl does not provide one
   but pppd/pppd.h provided by pppd is needing it.
 - Replace deprecated MSG_TRYHARD flag with the proper MSG_DONTROUTE one
 - Unconditionally include string.h in bcrelay to avoid undeclared memset()
   and strcpy() warnings.

Signed-off-by: Jo-Philipp Wich <redacted>
net/pptpd/Makefile
net/pptpd/patches/100-musl-compat.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT