diff options
Diffstat (limited to 'package/cxxtools')
-rw-r--r-- | package/cxxtools/Makefile | 7 | ||||
-rw-r--r-- | package/cxxtools/patches/patch-ltmain_sh | 11 | ||||
-rw-r--r-- | package/cxxtools/patches/patch-src_hdstream_cpp | 11 |
3 files changed, 4 insertions, 25 deletions
diff --git a/package/cxxtools/Makefile b/package/cxxtools/Makefile index 916bf8c94..8b4279f3e 100644 --- a/package/cxxtools/Makefile +++ b/package/cxxtools/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= cxxtools -PKG_VERSION:= 1.4.8 +PKG_VERSION:= 2.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= 16ce92a83beb925fa5138fc9a52d55af +PKG_MD5SUM:= 763ef672a577fa8b93c37239ee0f3d59 PKG_DESCR:= a collection of general-purpose C++ classes (libraries) PKG_SECTION:= libs PKG_DEPENDS:= libiconv @@ -35,7 +35,8 @@ endif TARGET_CFLAGS+= -fPIC TARGET_CXXFLAGS+= -fPIC -CONFIGURE_ARGS+= --with-libiconv-prefix='${STAGING_TARGET_DIR}/usr' +CONFIGURE_ARGS+= --with-libiconv-prefix='${STAGING_TARGET_DIR}/usr' \ + --disable-demos --disable-unittest cxxtools-install: ${INSTALL_DIR} ${IDIR_CXXTOOLS}/usr/lib diff --git a/package/cxxtools/patches/patch-ltmain_sh b/package/cxxtools/patches/patch-ltmain_sh deleted file mode 100644 index e25e29b9e..000000000 --- a/package/cxxtools/patches/patch-ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- cxxtools-1.4.8.orig/ltmain.sh 2007-08-14 20:05:31.000000000 +0200 -+++ cxxtools-1.4.8/ltmain.sh 2011-03-28 20:40:30.691818463 +0200 -@@ -1663,7 +1663,7 @@ EOF - # -F/path gives path to uninstalled frameworks, gcc on darwin - # @file GCC response files - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) -+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto) - - # Unknown arguments in both finalize_command and compile_command need - # to be aesthetically quoted because they are evaled later. diff --git a/package/cxxtools/patches/patch-src_hdstream_cpp b/package/cxxtools/patches/patch-src_hdstream_cpp deleted file mode 100644 index 796b9cdf1..000000000 --- a/package/cxxtools/patches/patch-src_hdstream_cpp +++ /dev/null @@ -1,11 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- cxxtools-1.4.8.orig/src/hdstream.cpp 2008-05-04 17:55:37.000000000 +0200 -+++ cxxtools-1.4.8/src/hdstream.cpp 2009-06-01 19:40:12.000000000 +0200 -@@ -20,6 +20,7 @@ - */ - - #include "cxxtools/hdstream.h" -+#include <cstdio> - #include <iomanip> - #include <cctype> - |