Changeset b874a26 in freewrt


Ignore:
Timestamp:
Jun 6, 2007, 4:46:36 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
ce78eb6
Parents:
2d663bf
Message:

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

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

Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • package/cxxtools/Makefile.inc

    r2d663bf rb874a26  
    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/
  • tools/cxxtools/Makefile

    r2d663bf rb874a26  
    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) \
Note: See TracChangeset for help on using the changeset viewer.