Changeset 2a85a99


Ignore:
Timestamp:
Jun 18, 2006, 5:08:20 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bc5db55
Parents:
bd2873e
Message:

r3960@server (orig r1781): jciccone | 2006-06-18 14:38:34 -0700
Updated the glibc-crosscompile_timezone_fix patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • patches/2.0/glibc-2.4-crosscompile_timezone-fix-1.patch

    rbd2873e r2a85a99  
    6161 zic-cmd = $(built-program-cmd) -d $(inst_zonedir)
    6262+else
    63 +zic-cmd = $(firstword $(filter /%,$(objpfx)zic-host $(shell pwd)/$(objpfx)zic-host)) -d $(inst_zonedir)
     63+zic-cmd = $(common-objpfx)/timezone/zic-host -d $(inst_zonedir)
    6464+endif
    6565 tzcompile = $(zic-cmd)$(target-zone-flavor) -L $(word 3,$^) \
Note: See TracChangeset for help on using the changeset viewer.