nayakgi / perl-compiler

Automatically exported from code.google.com/p/perl-compiler
Other
0 stars 0 forks source link

BSD: 'RTLD_NOLOAD' undeclared #351

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://www.cpantesters.org/cpan/report/818b427a-f7fe-11e3-84c4-fc77f9652e90 and 
similar

Original issue reported on code.google.com by reini.urban on 26 Jun 2014 at 5:11

GoogleCodeExporter commented 9 years ago
Fixed with commit 8ce82e9b463f51af639a533920fc07a70ff0b1bb
Author: Reini Urban <rurban@cpanel.net>
Date:   Mon Jul 7 10:23:48 2014 -0500

    C: fix RTLD_NOLOAD error on BSD

    this flag is not implemented on BSDs
    fixes #351

We do not check for a #define of RTLD_NOLOAD, we just leave it out on BSDs

Original comment by reini.urban on 7 Jul 2014 at 3:28