Fixes: NB#253352 - libmeegotouchpreloader should be dlopened

RevBy: Olli Leppanen
pull/1/head
Juha Lintula 15 years ago
parent 07705e088b
commit 1adde0dbe0

6
debian/changelog vendored

@ -1,3 +1,9 @@
applauncherd (0.29.4) stable; urgency=low
* Fixes: NB#253352 - libmeegotouchpreloader should be dlopened
-- Juha Lintula <juha.lintula@nokia.com> Mon, 09 May 2011 13:19:13 +0300
applauncherd (0.29.3) stable; urgency=low
* Fixes: NB#249151 - applauncher: security issue: memory area marked as writable and executable

@ -175,7 +175,9 @@ const char * const gLibs[] =
"/usr/lib/libXrender.so.1",
"/usr/lib/libicuuc.so.44",
"/lib/librt-2.10.1.so",
"/usr/bin/single-instance"
"/usr/bin/single-instance",
// Library to trigger LMT font and style initializations
"/usr/lib/libmeegotouchpreloader.so.0"
};
#endif // PRELOAD_H

Loading…
Cancel
Save