Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 68731
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Net-DNS

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

Bug Information
Severity: Critical
Broken in: 0.66
Fixed in: (no value)



Subject: darwin needs ranlib
Attached patch is required for darwin (Apple gcc i686-apple-darwin10), gcc 4.2.1 in my case -- Reini Urban
Subject: Net-DNS-0.66-darwin.patch
--- Net-DNS-0.66-YY2kWJ/Makefile.PL.orig 2011-06-04 13:48:06.000000000 +0200 +++ Net-DNS-0.66-YY2kWJ/Makefile.PL 2011-06-04 13:44:48.000000000 +0200 @@ -273,6 +273,7 @@ netdns$(LIB_EXT): netdns$(OBJ_EXT) $(AR) '.($^O eq 'MSWin32' && $Config{'cc'} eq 'cl'?'/OUT:':'cr '). 'netdns$(LIB_EXT) netdns$(OBJ_EXT) + $(RANLIB) netdns$(LIB_EXT) '; # print "$content";
Hi Rurban, This is indeed the case. I have applied your patch which will be in the new release shortly. -- Willem