r35622 - /trunk/libnet-patricia-perl/Makefile.PL
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sun May 17 21:42:16 UTC 2009
Author: gregoa
Date: Sun May 17 21:42:11 2009
New Revision: 35622
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35622
Log:
commit unpatched Makefile.PL
Modified:
trunk/libnet-patricia-perl/Makefile.PL
Modified: trunk/libnet-patricia-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-patricia-perl/Makefile.PL?rev=35622&op=diff
==============================================================================
--- trunk/libnet-patricia-perl/Makefile.PL (original)
+++ trunk/libnet-patricia-perl/Makefile.PL Sun May 17 21:42:11 2009
@@ -4,7 +4,7 @@
WriteMakefile(
'NAME' => 'Net::Patricia',
'VERSION_FROM' => 'Patricia.pm', # finds $VERSION
- 'LIBS' => [''], # e.g., '-lm'
+ 'LIBS' => ['-lnsl'], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
'MYEXTLIB' => 'libpatricia/libpatricia$(LIB_EXT)', # e.g., '-I/usr/include/other'
More information about the Pkg-perl-cvs-commits
mailing list