diff options
author | fanch <fanchyannmaria at orange dot fr> | 2010-06-05 10:38:22 +0200 |
---|---|---|
committer | fanch <fanchyannmaria at orange dot fr> | 2010-06-05 10:38:22 +0200 |
commit | 3aea77bb3a754d74592aa2d152b4619e4783784a (patch) | |
tree | c0b6c546046f41383bfac3c14251cce4d2a6330d /extra/libtorrent-rasterbar/disable-valloc.dpatch | |
parent | bf133fbd720e29e859c061460e876e10f0a2ae07 (diff) | |
download | nutyx-extra-3aea77bb3a754d74592aa2d152b4619e4783784a.tar.gz nutyx-extra-3aea77bb3a754d74592aa2d152b4619e4783784a.tar.bz2 nutyx-extra-3aea77bb3a754d74592aa2d152b4619e4783784a.tar.xz nutyx-extra-3aea77bb3a754d74592aa2d152b4619e4783784a.zip |
ajout libtorrent-rasterbar#0.15.0-1
Diffstat (limited to 'extra/libtorrent-rasterbar/disable-valloc.dpatch')
-rw-r--r-- | extra/libtorrent-rasterbar/disable-valloc.dpatch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/libtorrent-rasterbar/disable-valloc.dpatch b/extra/libtorrent-rasterbar/disable-valloc.dpatch new file mode 100644 index 000000000..9239b8e3c --- /dev/null +++ b/extra/libtorrent-rasterbar/disable-valloc.dpatch @@ -0,0 +1,16 @@ + +Index: libtorrent-rasterbar-0.15.0/configure +=================================================================== +--- libtorrent-rasterbar-0.15.0.orig/configure 2010-03-31 14:32:43.088649904 -0700 ++++ libtorrent-rasterbar-0.15.0/configure 2010-03-31 14:35:23.284694490 -0700 +@@ -15297,8 +15297,8 @@ + fi + + +- +- ++# Use posix_memalign() instead of valloc() to avoid issues with eglibc ++$as_echo "#define TORRENT_USE_POSIX_MEMALIGN 1" >>confdefs.h + + # Check whether --with-boost-system was given. + if test "${with_boost_system+set}" = set; then : |