Changeset 2a85a99 for patches/2.0
- Timestamp:
- Jun 18, 2006, 5:08:20 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bc5db55
- Parents:
- bd2873e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
patches/2.0/glibc-2.4-crosscompile_timezone-fix-1.patch
rbd2873e r2a85a99 61 61 zic-cmd = $(built-program-cmd) -d $(inst_zonedir) 62 62 +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) 64 64 +endif 65 65 tzcompile = $(zic-cmd)$(target-zone-flavor) -L $(word 3,$^) \
Note:
See TracChangeset
for help on using the changeset viewer.