mirko 9c7721b066 [packages/dmalloc] undef macro 'strdup'
dmalloc defines its own prototypes of alloc/string-functions,
when compiling however with optimizations libc might turn 'strdup' into a macro which can't be overloaded that way anymore.
'undef strdup' before (re)defining.

gcc error: dmalloc.h:460:7: error: expected identifier or '(' before '__extension__'

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-11 21:22:25 +00:00
..
2011-01-31 11:23:14 +00:00
2012-02-16 18:08:17 +00:00
2010-10-02 19:00:08 +00:00
2012-03-20 01:00:43 +00:00