The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345 # libc6, aka glibc2, seems to need STRUCT_TM_HASZONE defined.# Thanks to Bart Schuller <schuller@Lunatech.com># See Message-ID: <19971009002636.50729@tanglefoot># XXX A Configure test is needed.$self->{CCFLAGS} = $Config{ccflags} . ' -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST' ;
# libc6, aka glibc2, seems to need STRUCT_TM_HASZONE defined.
# Thanks to Bart Schuller <schuller@Lunatech.com>
# See Message-ID: <19971009002636.50729@tanglefoot>
# XXX A Configure test is needed.
$self
->{CCFLAGS} =
$Config
{ccflags} .
' -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST'
;