Show
Ignore:
Timestamp:
06/06/07 16:46:36 (2 years 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/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) \