neophenix / Redis-hiredis

Perl wrapper around hiredis client
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

Resolution of issue #4 #5

Closed clok closed 11 years ago

clok commented 11 years ago

Added CC Makefile override to the Makefile.PL script. This will override the use of clang on OSX and will force the usage of gcc by default.

This will resolve issue #4.

As a note, when attempting to install from cpan on OSX you will receive the error mentioned in #4, so if this pull request is accepted then please merge changes to cpan as well.

Thank you!

neophenix commented 11 years ago

Looks like merging in #7 solved the issue with the clang builds, closing this out.

clok commented 11 years ago

Thanks for the update!