@@ -1,5 +1,5 @@
--- Makefile.PL.orig 2013-05-16 21:59:25.000000000 +0200
-+++ Makefile.PL 2013-05-16 22:20:38.448545180 +0200
++++ Makefile.PL 2013-05-16 22:52:04.712537780 +0200
@@ -26,6 +26,7 @@
$opt,
"help",
@@ -8,7 +8,7 @@
"verbose",
) || die Usage();
-@@ -34,6 +35,11 @@
+@@ -34,19 +35,24 @@
print "Missing prefix, use option --prefix\n";
die Usage();
}
@@ -19,8 +19,11 @@
+}
use vars qw($loadlibs);
- $loadlibs= "-L" . $opt->{'prefix'} . " -llfc";
-@@ -43,10 +49,10 @@
+-$loadlibs= "-L" . $opt->{'prefix'} . " -llfc";
++$loadlibs= "-L" . $opt->{'prefix'} . " -llfcbase";
+
+ WriteMakefile(
+ 'NAME' => 'DBD::Cego',
'VERSION_FROM' => 'Cego.pm',
'PREREQ_PM' => {DBI => 1.03},
'OBJECT' => '$(O_FILES)',
|