summaryrefslogtreecommitdiffstats
path: root/rules/cppunit.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-12-30 14:40:49 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-12-30 14:40:49 +0000
commita59611ef5281a9e26faaed4f16f180c551d2185e (patch)
tree8f399f1f6fabaecb3d5fb864e6184d67ad089eb2 /rules/cppunit.make
parentaf348bd80fb3014aedc3d4754aee4417b7fad1eb (diff)
downloadptxdist-a59611ef5281a9e26faaed4f16f180c551d2185e.tar.gz
ptxdist-a59611ef5281a9e26faaed4f16f180c551d2185e.tar.xz
* cppunit: version bump; fixes a gcc >= 4.3 problem
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9326 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/cppunit.make')
-rw-r--r--rules/cppunit.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/cppunit.make b/rules/cppunit.make
index dc2b0d178..e070c4d99 100644
--- a/rules/cppunit.make
+++ b/rules/cppunit.make
@@ -2,7 +2,7 @@
# $Id: cppunit.make $
#
# Copyright (C) 2005 by Shahar Livne <shahar@livnex.com>
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_CPPUNIT) += cppunit
#
# Paths and names
#
-CPPUNIT_VERSION = 1.10.2
+CPPUNIT_VERSION = 1.12.1
CPPUNIT = cppunit-$(CPPUNIT_VERSION)
CPPUNIT_SUFFIX = tar.gz
CPPUNIT_URL = $(PTXCONF_SETUP_SFMIRROR)/cppunit/$(CPPUNIT).$(CPPUNIT_SUFFIX)
@@ -60,7 +60,7 @@ cppunit_prepare: $(STATEDIR)/cppunit.prepare
CPPUNIT_PATH = PATH=$(CROSS_PATH)
CPPUNIT_ENV = $(CROSS_ENV)
-#CPPUNIT_ENV +=
+#CPPUNIT_ENV +=
#
# autoconf
@@ -116,11 +116,11 @@ $(STATEDIR)/cppunit.targetinstall: $(cppunit_targetinstall_deps_default)
@$(call install_fixup, cppunit,DESCRIPTION,missing)
@$(call install_copy, cppunit, 0, 0, 0644, \
- $(CPPUNIT_DIR)/src/cppunit/.libs/libcppunit-1.10.so.2.0.0, \
- /usr/lib/libcppunit-1.10.so.2.0.0)
+ $(CPPUNIT_DIR)/src/cppunit/.libs/libcppunit-1.12.so.1.0.0, \
+ /usr/lib/libcppunit-1.12.so.1.0.0)
- @$(call install_link, cppunit, libcppunit-1.10.so.2.0.0, /usr/lib/libcppunit-1.10.so.2)
- @$(call install_link, cppunit, libcppunit-1.10.so.2.0.0, /usr/lib/libcppunit.so)
+ @$(call install_link, cppunit, libcppunit-1.12.so.1.0.0, /usr/lib/libcppunit-1.10.so.1)
+ @$(call install_link, cppunit, libcppunit-1.12.so.1.0.0, /usr/lib/libcppunit.so)
@$(call install_finish, cppunit)