Index: Python-2.5.2/configure.in =================================================================== --- Python-2.5.2.orig/configure.in +++ Python-2.5.2/configure.in @@ -3410,45 +3410,6 @@ esac -AC_MSG_CHECKING(for %zd printf() format support) -AC_TRY_RUN([#include -#include -#include - -#ifdef HAVE_SYS_TYPES_H -#include -#endif - -#ifdef HAVE_SSIZE_T -typedef ssize_t Py_ssize_t; -#elif SIZEOF_VOID_P == SIZEOF_LONG -typedef long Py_ssize_t; -#else -typedef int Py_ssize_t; -#endif - -int main() -{ - char buffer[256]; - - if(sprintf(buffer, "%zd", (size_t)123) < 0) - return 1; - - if (strcmp(buffer, "123")) - return 1; - - if (sprintf(buffer, "%zd", (Py_ssize_t)-123) < 0) - return 1; - - if (strcmp(buffer, "-123")) - return 1; - - return 0; -}], -[AC_MSG_RESULT(yes) - AC_DEFINE(PY_FORMAT_SIZE_T, "z", [Define to printf format modifier for Py_ssize_t])], - AC_MSG_RESULT(no)) - AC_CHECK_TYPE(socklen_t,, AC_DEFINE(socklen_t,int, Define to `int' if does not define.),[ g Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2007-10-15mpd: Added sane revision.Leon Woestenberg1
2007-10-07mpd-alsa-svn: Added FLAC, Ogg and AAC.Leon Woestenberg1
2007-10-07mpd: Added mpd-alsa from SVN. Builds, but needs configuration love.Leon Woestenberg1
2007-08-10musicpd: update to 0.12.1Michael Lauer5
2007-03-18gmpc: add missing DEPENDS, curlJustin Patrin1
2007-03-05mpd svn: set maxdate for mikmod patch since it has been applied officiallyDominik Kuhlen1
2007-02-12musicpd: fix SECTION, sanitizeRolf Leggewie13
2007-01-28mpd: fix mod patchJustin Patrin2
2007-01-27mpd: add pulse support, fix mod supportJustin Patrin2
2007-01-23py-libmpdclient: add py-libmpdclientJustin Patrin1
2007-01-23libmpd: add libmpdJustin Patrin1
2007-01-23gmpc: add newer versionsJustin Patrin2
2007-01-23glurp: downgrade from 0.11.6 to 0.11.3 as higher releases don't seem to existJustin Patrin1
2007-01-23mpd: add mpd_svn as 0.12.x releases have problems with autoreconfJustin Patrin1
2007-01-18musicpd/mpc: Changed URL, was unfetchable.Leon Woestenberg1
2007-01-15musicpd/mpc: Added 0.12.0.Leon Woestenberg1
2007-01-15musicpd/mpc: Fix cross compile badness; missing --with-iconv-*.Leon Woestenberg1
2006-11-15mpd: add faad2 supportJustin Patrin1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi7
2006-07-02mpd: removed --prefix added a few --with-*-libraries and --with-*-includesFrans Meulenbroeks2
2006-07-01mpd: added --prefix to remove /usr/includeFrans Meulenbroeks2
2006-02-07musicpd: Add init scriptMatthias Goebl1
2006-02-05musicpd/mpd-alsa_0.11.5.bb: Add mpd-package with alsa supportMatthias Goebl1