rp-pppoe-3.7 broken on x86_64 (md5.h defines incorrectly uint32 type)
Created attachment 85014 [details, diff] This patch fixes the issue
I just thought better to use _LP64 instead of __x86_64, the patch will be more general and fix the issue on all 64-bit platforms.
the upstream fixed this problem in version 3.8. Personally, I would have preferred u_int32_t, but they decided to let configure script figure out what integer type fits the 32-bit size. fixed in cvs.