1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Remove library search path
To fix #723456.
It affects on mips* system.
Author: NOKUBI Takatsugu <knok@daionet.gr.jp>
Origin: vendor
Bug: #723456
Bug-Debian: http://bugs.debian.org/723456
Forwarded: not-needed
Last-Update: 2013-10-16
--- libtext-kakasi-perl-2.04.orig/Makefile.PL
+++ libtext-kakasi-perl-2.04/Makefile.PL
@@ -7,6 +7,6 @@ WriteMakefile(
'NAME' => 'Text::Kakasi',
'VERSION_FROM' => 'Kakasi.pm',
'INC' => '-I/usr/local/include',
- 'LIBS' => ['-L/usr/local/lib -lkakasi'],
+ 'LIBS' => ['-L/usr/lib64 -L/usr/lib32 -L/usr/lib -lkakasi'],
'DEFINE' => '-DWAKATIGAKI',
);
|