summaryrefslogtreecommitdiff
path: root/package/tntnet/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-28 12:56:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-28 12:56:36 +0100
commit62d218c2368b3ad1e9802075cef06e3f626fb234 (patch)
tree4804f063c6e29cd1b17097324d6bd262a3c291b5 /package/tntnet/Makefile
parentb3259201a158cb1a571c2a3b2976fbd7b95a4b80 (diff)
parent03c7aed5dcad2172bbe1bcd311fabb63fbf6dca0 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/tntnet/Makefile')
-rw-r--r--package/tntnet/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/package/tntnet/Makefile b/package/tntnet/Makefile
index a768954c4..0d23f4095 100644
--- a/package/tntnet/Makefile
+++ b/package/tntnet/Makefile
@@ -6,19 +6,19 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= tntnet
PKG_VERSION:= 1.6.4
PKG_RELEASE:= 1
+PKG_MD5SUM:= e2c3c5075a890711a7569730493c0996
+PKG_DESCR:= small C++ application server
+PKG_SECTION:= net
PKG_BUILDDEP+= cxxtools zlib
ifneq (${ADK_COMPILE_TNTNET_WITH_OPENSSL},)
PKG_BUILDDEP+= openssl
else ifneq (${ADK_COMPILE_TNTNET_WITH_GNUTLS},)
PKG_BUILDDEP+= gnutls
endif
-PKG_MD5SUM:= e2c3c5075a890711a7569730493c0996
-PKG_DESCR:= small C++ application server
-PKG_SECTION:= net
PKG_DEPENDS:= cxxtools zlib libpthread libiconv
PKG_URL:= http://www.tntnet.org
PKG_SITES:= http://www.tntnet.org/download/
-PKG_CXX:= TNTNET
+#PKG_CXX:= TNTNET
include ${TOPDIR}/mk/package.mk
@@ -54,12 +54,12 @@ CONFIGURE_ENV+= CXXFLAGS='${TCXXFLAGS}' \
BUILD_STYLE:= auto
INSTALL_STYLE:= auto
-ifeq (${ADK_COMPILE_TNTNET_WITH_UCLIBCXX},y)
+#ifeq (${ADK_COMPILE_TNTNET_WITH_UCLIBCXX},y)
# add workaround because libtool tries to link libstdc++
-post-configure:
- ${SED} 's#postdeps="-lstdc.*#postdeps="-lm"#' \
- ${WRKBUILD}/libtool
-endif
+#post-configure:
+# ${SED} 's#postdeps="-lstdc.*#postdeps="-lm"#' \
+# ${WRKBUILD}/libtool
+#endif
post-install:
${INSTALL_DIR} ${IDIR_TNTNET}/www