]> git.pld-linux.org Git - packages/libtorrent-rasterbar.git/blob - disable-valloc.patch
- up to 0.15.4
[packages/libtorrent-rasterbar.git] / disable-valloc.patch
1 --- libtorrent-rasterbar-0.15.0.orig/configure  2010-03-31 14:32:43.088649904 -0700
2 +++ libtorrent-rasterbar-0.15.0/configure       2010-03-31 14:35:23.284694490 -0700
3 @@ -15297,8 +15297,8 @@
4  fi
5  
6  
7 -
8 -
9 +# Use posix_memalign() instead of valloc() to avoid issues with eglibc
10 +$as_echo "#define TORRENT_USE_POSIX_MEMALIGN 1" >>confdefs.h
11  
12  # Check whether --with-boost-system was given.
13  if test "${with_boost_system+set}" = set; then :
This page took 0.021743 seconds and 3 git commands to generate.