[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:
12
net/proftpd/patches/002-mempcpy_def.patch
Normal file
12
net/proftpd/patches/002-mempcpy_def.patch
Normal 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
|
Reference in New Issue
Block a user