Jun Kuriyama 01a5be59f4 Link shared module with libintl to avoid this error:
/usr/libexec/ld-elf.so.1: /usr/local/lib/libnmz.so.6: Undefined symbol "libintl_gettext"
2004-04-06 09:26:46 +00:00

11 lines
311 B
Perl

--- Makefile.PL.orig Tue Apr 6 18:23:32 2004
+++ Makefile.PL Tue Apr 6 18:23:44 2004
@@ -13,6 +13,6 @@
'NAME' => 'Search::Namazu',
'VERSION_FROM' => 'Namazu.pm',
'INC' => $cflags,
- 'LIBS' => $libs,
+ 'LIBS' => "$libs -lintl",
'clean' => {'FILES' => "t/index"}
);