aboutsummaryrefslogtreecommitdiff
path: root/arch/common/zlib.h
diff options
context:
space:
mode:
authorAgney Lopes Roth Ferraz <agney@debian.org>2006-10-11 23:56:11 -0300
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:37 -0500
commitfe52c0d1c1fd03de59be5f15047b2f23207e32fb (patch)
tree93ad53521e001bc109f83bd57ae7cbd791d86c48 /arch/common/zlib.h
parent7c03859545faa5dff9d54a63e892de75a4e39d2c (diff)
Import Debian changes 0.4.1-3
hardinfo (0.4.1-3) unstable; urgency=low * Changed libz path (Closes: #391963) * added support to alpha arm ia64 m68k s390
Diffstat (limited to 'arch/common/zlib.h')
-rw-r--r--arch/common/zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/common/zlib.h b/arch/common/zlib.h
index 2a1007ed..db77551b 100644
--- a/arch/common/zlib.h
+++ b/arch/common/zlib.h
@@ -27,7 +27,7 @@ benchmark_zlib(void)
if (!(compress && compressBound)) {
libz = g_module_open("libz", G_MODULE_BIND_LAZY);
if (!libz) {
- libz = g_module_open("/lib/libz.so", G_MODULE_BIND_LAZY);
+ libz = g_module_open("/usr/lib/libz.so", G_MODULE_BIND_LAZY);
if (!libz) {
g_warning("Cannot load ZLib: %s", g_module_error());
return g_strdup("[Error]\n"