Changeset c57fbc9 in freewrt for package/iftop


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
  • package/iftop/Makefile

    rdf8d88a rc57fbc9  
    4141                        --bindir=/usr/bin \
    4242                        --sysconfdir=/etc \
    43                         $(DISABLE_NLS) \
    44                         $(DISABLE_LARGEFILE) \
     43                        --disable-nls \
     44                        --enable-largefile \
    4545        );
    4646        touch $@
Note: See TracChangeset for help on using the changeset viewer.