RPM Community Forums

Mailing List Message of <rpm-devel>

RPM_CHECK_LIB: Adding .../lib64/... searches

From: Jeff Johnson <n3npq@mac.com>
Date: Tue 19 Aug 2008 - 17:50:21 CEST
Message-id: <85038336-B825-408E-816E-9DB9E7707B62@mac.com>
I have this linux multilib peculier patch below to integrate (or  
leave as per-vendor private).

Ralf: What say ye? Integrate or leave as private per-vendor patch?

Index: b/acinclude.m4
===================================================================
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -310,7 +310,7 @@
                          done
                          if test ".${__rcl_found}" = .yes; then
                              __rcl_found=no
-                            for __rcl_dir in ${__rcl_location}/lib/ 
$2 ${__rcl_location}/lib ${__rcl_location}; do
+                            for __rcl_dir in ${__rcl_location}/lib/ 
$2  ${__rcl_location}/lib64/$2 ${__rcl_location}/lib  $ 
{__rcl_location}/lib64 ${__rcl_location}; do
                                  m4_foreach_w([__rcl_lib], [$3], [
                                      if  test -f "${__rcl_dir}/lib[] 
m4_defn([__rcl_lib]).la" && \
                                          test -d "$ 
{__rcl_dir}/.libs"; then

73 de Jeff
Received on Tue Aug 19 17:51:00 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.