Changeset d23bcbb in freewrt
- Timestamp:
- Jun 6, 2007, 1:31:50 PM (19 years ago)
- Children:
- 41e9d39
- Parents:
- f38a567
- Location:
- tools/tntnet
- Files:
-
- 1 added
- 1 edited
-
Makefile (modified) (3 diffs)
-
patches/patch-tntnet-config_in (added)
Legend:
- Unmodified
- Added
- Removed
-
tools/tntnet/Makefile
rf38a567 rd23bcbb 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}
Note:
See TracChangeset
for help on using the changeset viewer.
