[package] fetchmail: fixup md5 transition
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 29 Jan 2011 02:14:51 +0000 (02:14 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 29 Jan 2011 02:14:51 +0000 (02:14 +0000)
commit1bf87ea0574ca94024e6dc58263c9c002b662376
treef1cb1bf5c83219566e185a69a28bf86f33c54c87
parented8adc4cee5032445ca74cf1ff6f4b269bd328ed
[package] fetchmail: fixup md5 transition

this patch is cherry-pick from upstream:
  http://gitorious.org/fetchmail/fetchmail/commit/738dcc102db67a741893e2979c034df9904e2925

this patch fixed this error:
  http://tksite.gotdns.org:8010/broken_packages/xburst/fetchmail/compile.txt
~~~
mipsel-openwrt-linux-uclibc-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.  -I./libesmtp -I/home/buildslave/openwrt1/xburst/build/staging_dir/target-mipsel_uClibc-0.9.31/usr/include -I/home/buildslave/openwrt1/xburst/build/staging_dir/target-mipsel_uClibc-0.9.31/include -I/home/buildslave/openwrt1/xburst/build/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.31/usr/include -I/home/buildslave/openwrt1/xburst/build/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.31/include   -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time -fhonour-copts -msoft-float  -MT md5c.o -MD -MP -MF .deps/md5c.Tpo -c -o md5c.o md5c.c
md5c.c:44: warning: 'struct MD5Context' declared inside parameter list
md5c.c:44: warning: its scope is only this definition or declaration, which is probably not what you want
md5c.c: In function 'MD5Init':
md5c.c:46: error: dereferencing pointer to incomplete type
md5c.c:47: error: dereferencing pointer to incomplete type
~~~

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25228 3c298f89-4303-0410-b956-a3cf2f4a3e73
mail/fetchmail/patches/001-Fixup-MD5-transition.patch [new file with mode: 0644]