Changeset 3106
- Timestamp:
- 07/03/07 16:05:55 (1 year ago)
- Files:
-
- trunk/freewrt/package/tntnet/Makefile (modified) (1 diff)
- trunk/freewrt/package/tntnet/Makefile.inc (modified) (1 diff)
- trunk/freewrt/tools/tntnet/patches (added)
- trunk/freewrt/tools/tntnet/patches/patch-framework_common_httprequest_cpp (added)
- trunk/freewrt/tools/tntnet/patches/patch-framework_common_tnt_httprequest_h (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/tntnet/Makefile
r2968 r3106 42 42 INSTALL_STYLE:= auto 43 43 44 post-patch: 45 ${PREVENT_PATCH} ${PATCH} ${WRKDIST} ${TOPDIR}/tools/tntnet/patches \ 46 '{patch-!(*.orig),*.patch}' 47 44 48 ifeq (${FWRT_PACKAGE_CXXTOOLS_WITH_UCLIBCXX},y) 45 49 # add workaround because libtool tries to link libstdc++ trunk/freewrt/package/tntnet/Makefile.inc
r3104 r3106 7 7 PKG_NAME:= tntnet 8 8 PKG_VERSION:= 1.6.0.1 9 PKG_RELEASE:= 19 PKG_RELEASE:= 2 10 10 PKG_MD5SUM:= 3bc309e9c344a31ee9207cfc704c3848 11 11 MASTER_SITES:= http://www.tntnet.org/download/


