6 Commits

Author SHA1 Message Date
blogic
1784ba3f68 global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@44702 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-03-12 19:51:51 +00:00
jow
2f9a65fa97 [packages] normalize PKG_FIXUP - the "libtool" fixup is merely an alias for "autoreconf", so change all occurences to that
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32206 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 21:18:33 +00:00
mirko
0a1deda126 [packages/*] remove special treatment when using glibc - support got dropped
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-28 22:24:20 +00:00
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
mirko
df636d662d [packages/dmalloc] dmalloc currently only compiles when using (e)glibc (missing headers with uclibc)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31252 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-11 21:21:58 +00:00
florian
0e1f2d8e30 [package] add dmalloc, patch from Raphael Huck
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-19 16:23:37 +00:00