diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-17 14:29:37 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-17 15:49:14 +0100 |
commit | b4e36911076a1ecaf7fd97a0e63e529694378c8a (patch) | |
tree | c129719def7632a0c2345b8199c9ebf7ab57041e /unmaintained/baloo/no-malloc-xapiandatabase-4.13.3.patch | |
parent | 4846d2c4be472ee0bd381d87a5957b656b02ea8c (diff) | |
download | aports-b4e36911076a1ecaf7fd97a0e63e529694378c8a.tar.bz2 aports-b4e36911076a1ecaf7fd97a0e63e529694378c8a.tar.xz |
unmaintained/baloo: moved from testing
Diffstat (limited to 'unmaintained/baloo/no-malloc-xapiandatabase-4.13.3.patch')
-rw-r--r-- | unmaintained/baloo/no-malloc-xapiandatabase-4.13.3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/baloo/no-malloc-xapiandatabase-4.13.3.patch b/unmaintained/baloo/no-malloc-xapiandatabase-4.13.3.patch new file mode 100644 index 0000000000..9c7390d26d --- /dev/null +++ b/unmaintained/baloo/no-malloc-xapiandatabase-4.13.3.patch @@ -0,0 +1,11 @@ +--- baloo-4.13.3/src/xapian/xapiandatabase.cpp.orig ++++ baloo-4.13.3/src/xapian/xapiandatabase.cpp +@@ -140,7 +140,7 @@ + m_docsToAdd.clear(); + m_docsToRemove.clear(); + +-#ifdef __GNUC__ ++#if defined (__GLIBC__) + malloc_trim(0); + #endif + } |