Changeset a11a2d51
- Timestamp:
- Feb 21, 2006, 2:07:44 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bfbc4f6
- Parents:
- bc4ea88
- Location:
- scripts
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/scripts/target-scripts/target-util-linux.sh
rbc4ea88 ra11a2d51 34 34 esac 35 35 ;; 36 2.12[k- q] )36 2.12[k-r] ) 37 37 # fix cramfs, this fix will need to be tracked for later versions... 38 38 apply_patch util-linux-2.12q-cramfs-1 39 39 # fix sfdisk for mips n32/64 as n32/64 uses lseek, not llseek 40 40 apply_patch util-linux-2.12q-sfdisk_use_lseek_for_mips64-1 41 case ${GCC_VER} in 42 4.* ) apply_patch util-linux-2.12r-gcc4_fixes-1 ;; 43 esac 41 44 ;; 42 45 esac
Note:
See TracChangeset
for help on using the changeset viewer.