Changeset 1715

Show
Ignore:
Timestamp:
09/05/06 06:49:10 (2 years ago)
Author:
alexander
Message:

Worked around xfsprogs incompatibility with the current config.site file.
Reported by William Zhou.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/6.2/packages/xfsprogs/Makefile

    r1660 r1715  
    2222compile-stage2: 
    2323        patch -Np1 -i ../$(DIR)-fix_compile-1.patch 
    24         OPTIMIZER="-Os" make 
     24        LOCAL_CONFIGURE_OPTIONS="--enable-static --disable-shared" \ 
     25            OPTIMIZER="-Os" make 
    2526        make install 
    2627