Overview
Comment: | Switching back to util-linux-2.22? |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a8bbd05f3be1a953ef2ad02a8a742d91 |
User & Date: | matt on 2012-10-22 00:11:10 |
Other Links: | manifest | tags |
Context
2012-10-22
| ||
16:53 | Added dropped --enable-shared check-in: d0adee48e4 user: mrwellan tags: trunk | |
00:11 | Switching back to util-linux-2.22? check-in: a8bbd05f3b user: matt tags: trunk | |
2012-10-21
| ||
22:17 | Switch to utils-linux-2.20.1 check-in: 8774cfa0a1 user: matt tags: trunk | |
Changes
Modified utils/installall.sh from [78a727c6fb] to [f9d4429015].
︙ | |||
158 159 160 161 162 163 164 | 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 | - - + + | CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks -feature disable-iup-web iup CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks -feature disable-iup-web -deploy -prefix $DEPLOYTARG iup # iup:1.0.2 CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks canvas-draw CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks -deploy -prefix $DEPLOYTARG canvas-draw # wget http://www.kernel.org/pub/linux/utils/util-linux/v2.22/util-linux-2.22.tar.gz |
︙ | |||
183 184 185 186 187 188 189 | 183 184 185 186 187 188 189 190 191 192 193 194 195 196 | - | --disable-tls \ --disable-libblkid \ --disable-libmount \ --disable-mount \ --disable-losetup \ --disable-fsck \ --disable-partx \ |
︙ |