From fe52c0d1c1fd03de59be5f15047b2f23207e32fb Mon Sep 17 00:00:00 2001 From: Agney Lopes Roth Ferraz Date: Wed, 11 Oct 2006 23:56:11 -0300 Subject: 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 --- arch/common/zlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/common/zlib.h') 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" -- cgit v1.2.3