From cac55f077b537f94d467c8d2d94ac60b2e48ea04 Mon Sep 17 00:00:00 2001 From: Oleg Girko Date: Tue, 22 Jan 2013 20:55:48 +0000 Subject: [PATCH] Disable multilib for 64-bit architectures. Signed-off-by: Oleg Girko --- perl.changes | 3 +++ perl.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/perl.changes b/perl.changes index a88f431..c73dc74 100644 --- a/perl.changes +++ b/perl.changes @@ -1,3 +1,6 @@ +* Tue Jan 22 2013 Oleg Girko - 5.12.1 +- Disable multilib for 64-bit architectures. + * Wed Jan 4 2012 David Greaves - 5.12.1 - Change Pod/Simple to remove datestamps in the man pages. MER#66 diff --git a/perl.spec b/perl.spec index 41ce8d7..bf7643b 100644 --- a/perl.spec +++ b/perl.spec @@ -745,7 +745,7 @@ echo "RPM Build arch: %{_arch}" -Dinc_version_list=none \ -Darchname=%{perl_archname} \ %ifarch %{multilib_64_archs} - -Dlibpth="/usr/local/lib64 /lib64 %{_prefix}/lib64" \ + -Dlibpth="/usr/local/lib /lib %{_prefix}/lib" \ %endif %ifarch sparc sparcv9 -Ud_longdbl \