LMS-Community / slimserver-vendor

Third-party software used with Lyrion Music Server
https://lyrion.org
42 stars 68 forks source link

PERL_CC not determined correctly #39

Closed chincheta0815 closed 6 years ago

chincheta0815 commented 6 years ago

@fsbruva Hi there and Happy New Year. Right at the beginning I got an issue with the buildme.sh script and as I remember that you reworked it a lot I thought of asking you. The PERL_CC version is not determined correct by the grep-sed-pipe... In my case (SunOS) it only works when I change it to: "PERL_CC=$ARCHPERL -V | grep cc=\' | sed "s#.*cc='##g | sed "s#'.*##g"" The issue is mainly related to the comment before the single quote. The # (hash) can also be change to / (slash), but that doesn't matter. Could you check if the above sed works on your platforms too? Then I would change the buildme.sh and do the request.