Changeset 1715
- Timestamp:
- 09/05/06 06:49:10 (2 years ago)
- Files:
-
- 1 modified
-
branches/6.2/packages/xfsprogs/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/packages/xfsprogs/Makefile
r1660 r1715 22 22 compile-stage2: 23 23 patch -Np1 -i ../$(DIR)-fix_compile-1.patch 24 OPTIMIZER="-Os" make 24 LOCAL_CONFIGURE_OPTIONS="--enable-static --disable-shared" \ 25 OPTIMIZER="-Os" make 25 26 make install 26 27
