Changeset 2730

Show
Ignore:
Timestamp:
06/06/07 16:46:36 (1 year ago)
Author:
tg
Message:

upgrade the libltdl within cxxtools and bring in mirports patches
now it works on BSD too

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/cxxtools/Makefile.inc

    r2728 r2730  
    77PKG_NAME:=              cxxtools 
    88PKG_VERSION:=           1.4.4 
    9 PKG_RELEASE:=           2 
     9PKG_RELEASE:=           3 
    1010PKG_MD5SUM:=            a6d63362b90c4db79d1bd67158cbb72d 
    1111MASTER_SITES:=          http://www.tntnet.org/download/ 
  • trunk/freewrt/tools/cxxtools/Makefile

    r2728 r2730  
    1111$(WRKBUILD)/.configured: ${WRKBUILD}/.prepared 
    1212        mkdir -p $(STAGING_TOOLS)/bin $(STAGING_TOOLS)/lib $(STAGING_TOOLS)/include 
    13         cd $(WRKBUILD); rm -rf config.cache; ${MBSH} configure \ 
     13        cd $(WRKBUILD); rm -rf config.cache; \ 
     14            env \ 
     15                PATH=$(STAGING_TOOLS)/bin:$$PATH \ 
     16                NOFAKE=yes \ 
     17            ${MBSH} configure \ 
    1418                --disable-nls \ 
    1519                --prefix=$(STAGING_TOOLS) \