Overview
Comment: | Switched back to util-linux 2.21, disabled libblkid |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f72f46f62c10d8b7b2388501b35b6eae |
User & Date: | fdk71adm on 2012-10-22 17:30:43 |
Other Links: | manifest | tags |
Context
2012-10-24
| ||
12:54 | Merged switch-to-zmq branch to trunk check-in: 5824df90dd user: matt tags: trunk | |
2012-10-23
| ||
00:13 | Start of conversion to zmq check-in: dc9fc1c7d4 user: matt tags: switch-to-zmq | |
2012-10-22
| ||
17:30 | Switched back to util-linux 2.21, disabled libblkid check-in: f72f46f62c user: fdk71adm tags: trunk | |
16:53 | Added dropped --enable-shared check-in: d0adee48e4 user: mrwellan tags: trunk | |
Changes
Modified utils/installall.sh from [0f976290bf] to [33c09d092f].
︙ | |||
160 161 162 163 164 165 166 | 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 | - + - - + + | 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 |
︙ | |||
228 229 230 231 232 233 234 235 236 237 | 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 | + - | --disable-cramfs \ --disable-switch_root \ --disable-pivot_root \ --disable-fallocate \ --disable-unshare \ --disable-rename \ --disable-schedutils \ --disable-libblkid \ --disable-wall make install |
︙ |