Skip to content

Commit

Permalink
Disable multilib for 64-bit architectures.
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Girko <ol+mer@infoserver.ru>
  • Loading branch information
Oleg Girko committed Jan 22, 2013
1 parent 4f75bf9 commit cac55f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions perl.changes
@@ -1,3 +1,6 @@
* Tue Jan 22 2013 Oleg Girko <ol+mer@infoserver.ru> - 5.12.1
- Disable multilib for 64-bit architectures.

* Wed Jan 4 2012 David Greaves <david@dgreaves.com> - 5.12.1
- Change Pod/Simple to remove datestamps in the man pages.
MER#66
Expand Down
2 changes: 1 addition & 1 deletion perl.spec
Expand Up @@ -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 \
Expand Down

0 comments on commit cac55f0

Please sign in to comment.