mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey config/configure.in distrib/ChangeLog


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey config/configure.in distrib/ChangeLog
Date: Mon, 10 Mar 2014 16:31:28 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       14/03/10 16:31:28

Modified files:
        config         : configure.in 
        distrib        : ChangeLog 

Log message:
        patch #8350

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/config/configure.in?cvsroot=mldonkey&r1=1.364&r2=1.365
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1596&r2=1.1597

Patches:
Index: config/configure.in
===================================================================
RCS file: /sources/mldonkey/mldonkey/config/configure.in,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -b -r1.364 -r1.365
--- config/configure.in 23 Feb 2014 18:21:02 -0000      1.364
+++ config/configure.in 10 Mar 2014 16:31:27 -0000      1.365
@@ -1191,6 +1191,15 @@
       if test "$DONKEY_SUI" = "yes"; then
        AC_PROG_CXX
 
+# GCC miscompiles cryptopp.cc with -O2 on armhf
+# http://mldonkey.sourceforge.net/phpBB2/viewtopic.php?p=32309#32309
+# https://bugs.launchpad.net/ubuntu/+source/mldonkey/+bug/1060007
+       case "$host" in
+               armv7l-*-linux-gnueabihf)
+                       CXXFLAGS="-g -Os"
+                       ;;
+       esac
+
        AC_CHECK_TOOL(NEWCXX, [$CXX], [no])
        AC_MSG_CHECKING(eMule SUI)
        if test x"$NEWCXX" = x"no"

Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1596
retrieving revision 1.1597
diff -u -b -r1.1596 -r1.1597
--- distrib/ChangeLog   23 Feb 2014 18:21:02 -0000      1.1596
+++ distrib/ChangeLog   10 Mar 2014 16:31:27 -0000      1.1597
@@ -14,6 +14,9 @@
 ChangeLog
 =========
 
+2014/03/10:
+8350: CryptoPP: Fix compilation on armhf (ygrek)
+
 2014/02/23:
 8336: GD: Fix linking to libpng & libjpeg
 8335: Version bump miniupnpc 1.9 (ygrek)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]