Changeset c57fbc9 in freewrt for target/linux


Ignore:
Timestamp:
Jun 19, 2006, 3:13:39 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
ff536b2
Parents:
df8d88a
Message:

nuke DISABLE_NLS, DISABLE_LARGEFILE, replace globally
with --disable-nls and --enable-largefile, because it
doesn't make sense otherwise and/or breaks.

Requested by wbx@ in Message-ID: <20060618220406.GL6291@…>
Done using find and ed(1)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@152 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/linux/package/fuse/Makefile

    rdf8d88a rc57fbc9  
    4747                        --sbindir=/usr/sbin \
    4848                        --sysconfdir=/etc \
    49                         $(DISABLE_LARGEFILE) \
    50                         $(DISABLE_NLS) \
     49                        --enable-largefile \
     50                        --disable-nls \
    5151                        --enable-shared \
    5252                        --enable-static \
Note: See TracChangeset for help on using the changeset viewer.