Changeset 2724
- Timestamp:
- 06/06/07 13:31:50 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/tools/tntnet/Makefile
r2678 r2724 7 7 PKG_NAME:= tntnet 8 8 PKG_VERSION:= 1.5.3.6 9 PKG_RELEASE:= 29 PKG_RELEASE:= 3 10 10 PKG_MD5SUM:= 2108da4e68b22b2e6260c21964cee685 11 11 MASTER_SITES:= http://www.tntnet.org/download/ … … 16 16 $(WRKBUILD)/.configured: ${WRKBUILD}/.prepared 17 17 @mkdir -p $(STAGING_TOOLS)/bin 18 (cd $(WRKBUILD); rm -rf config.cache; \19 PATH=$(STAGING_TOOLS)/bin:$$PATH \20 LDFLAGS="-L$(STAGING_TOOLS)/lib" \21 CPPFLAGS="-I$(STAGING_TOOLS)/include" \22 ./configure \18 cd $(WRKBUILD); rm -rf config.cache; \ 19 PATH=$(STAGING_TOOLS)/bin:$$PATH \ 20 LDFLAGS="-L$(STAGING_TOOLS)/lib" \ 21 CPPFLAGS="-I$(STAGING_TOOLS)/include" \ 22 ${MBSH} configure \ 23 23 --with-cgi=no \ 24 --with-server= no\24 --with-server=yes \ 25 25 --with-ssl=no \ 26 --with-demos=no \ 26 27 --disable-nls \ 27 28 --prefix=$(STAGING_TOOLS) \ 28 29 --disable-dependency-tracking \ 29 30 --disable-libtool-lock \ 30 ); 31 --enable-static \ 32 --disable-shared 31 33 touch $@ 32 34 … … 37 39 38 40 $(STAGING_TOOLS)/bin/ecppc: $(WRKBUILD)/sdk/tools/ecppc/ecppc 39 $(CP) $< $@41 PATH=$(STAGING_TOOLS)/bin:$$PATH ${MAKE} -C ${WRKBUILD} install 40 42 41 43 source: ${_CHECKSUM_COOKIE}


