[packages] proftpd: update to 1.3.4a

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31242 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
obsy
2012-04-10 14:57:10 +00:00
parent f44fb45149
commit 314f865a68
2 changed files with 16 additions and 4 deletions

View File

@ -0,0 +1,12 @@
--- a/include/options.h
+++ b/include/options.h
@@ -238,3 +238,9 @@
#endif
#endif /* PR_OPTIONS_H */
+
+#ifndef _LIBC
+#ifndef __mempcpy
+#define __mempcpy mempcpy
+#endif
+#endif