Changeset 2723

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

better don't install it as shlib for the host tool either

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/cxxtools/Makefile

    r2722 r2723  
    77PKG_NAME:=              cxxtools 
    88PKG_VERSION:=           1.4.3.6 
    9 PKG_RELEASE:=           1 
     9PKG_RELEASE:=           2 
    1010PKG_MD5SUM:=            83ab81e0d5f937f0d87ba72a4aa51e11 
    1111MASTER_SITES:=          http://www.tntnet.org/download/ 
     
    1313include $(TOPDIR)/rules.mk 
    1414include ../rules.mk 
    15 #include ${TOPDIR}/mk/fetch.mk 
    1615 
    1716$(WRKBUILD)/.configured: ${WRKBUILD}/.prepared 
    1817        @mkdir -p $(STAGING_TOOLS)/bin $(STAGING_TOOLS)/lib $(STAGING_TOOLS)/include 
    19         (cd $(WRKBUILD); rm -rf config.cache; \ 
    20                 ./configure \ 
     18        cd $(WRKBUILD); rm -rf config.cache; ${MBSH} configure \ 
    2119                --disable-nls \ 
    2220                --prefix=$(STAGING_TOOLS) \ 
    2321                --disable-dependency-tracking \ 
    2422                --disable-libtool-lock \ 
    25         ); 
     23                --enable-static \ 
     24                --disable-shared 
    2625        touch $@ 
    2726 
     
    3029            -C $(WRKBUILD) 
    3130 
    32 $(STAGING_TOOLS)/bin/cxxtools-config: $(WRKBUILD)/cxxtools-config 
     31install: 
    3332        ${MAKE} -C ${WRKBUILD} install 
    3433 
     
    3635prepare: ${WRKBUILD}/.prepared 
    3736compile: $(WRKBUILD)/cxxtools-config $(STAGING_TOOLS)/bin/cxxtools-config 
    38 install: $(STAGING_TOOLS)/bin/cxxtools-config 
    3937clean:  
    4038        rm -rf $(WRKBUILD)