Merge pull request #4853 from StevenHessing/noddos
[feed/packages.git] / mail / fdm / patches / 003-base64-fix.patch
1 Index: fdm-1.9/Makefile.am
2 ===================================================================
3 --- fdm-1.9.orig/Makefile.am
4 +++ fdm-1.9/Makefile.am
5 @@ -107,7 +107,9 @@ dist_fdm_SOURCES = \
6 xmalloc.c \
7 \
8 parse.y \
9 - lex.c
10 + lex.c \
11 + b64_ntop.c \
12 + b64_pton.c
13
14 nodist_fdm_SOURCES =
15 if NO_STRLCAT