Fix libcdaudio library linking.

This commit is contained in:
kevlo 2001-01-29 07:18:19 +00:00
parent ed72d3128d
commit 3f980eee02

View File

@ -0,0 +1,11 @@
--- Makefile.PL.orig Wed May 17 05:12:52 2000
+++ Makefile.PL Mon Jan 29 14:42:08 2001
@@ -7,7 +7,7 @@
'macro' => {
CVSROOT => 'modperl.com:/local/cvs_repository',
},
- 'LIBS' => ["-lcdaudio"],
+ 'LIBS' => "-L/usr/local/lib -lcdaudio",
DEFINE => '-g',
OBJECT => 'cddb_lookup.o CD.o',
);