Skip Menu |

This queue is for tickets about the MCrypt CPAN distribution.

Report information
The Basics
Id: 88270
Status: new
Priority: 0/
Queue: MCrypt

People
Owner: Nobody in particular
Requestors: jpeacock [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.5.7.0
Fixed in: (no value)



Subject: Use of libltdl is unnecessary
--- Makefile.PL.orig Thu Mar 19 12:39:14 2009 +++ Makefile.PL Thu Mar 19 12:39:23 2009 @@ -8,6 +8,6 @@ WriteMakefile( NAME => 'Mcrypt', VERSION_FROM => 'Mcrypt.pm', - LIBS => [ "$MCRYPT_LDFLAGS -lltdl -lmcrypt" ], + LIBS => [ "$MCRYPT_LDFLAGS -lmcrypt" ], INC => " $MCRYPT_CPPFLAGS" , );