Changeset c57fbc9 in freewrt for package/libelf


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/libelf/Makefile

    rdf8d88a rc57fbc9  
    4949                  --sbindir=/usr/sbin \
    5050                  --sysconfdir=/etc \
    51                   $(DISABLE_LARGEFILE) \
    52                   $(DISABLE_NLS) \
     51                  --enable-largefile \
     52                  --disable-nls \
    5353                  --enable-shared \
    5454                  --enable-static \
Note: See TracChangeset for help on using the changeset viewer.