Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1383
Modified Files:
objtools.info
Log Message:
Fix FTBFS with newer Xcode CLI tools (Apple Clang 4.2). A warning flag
-Wstring-plus-int was added in that Clang version, included by -Wall, and the
combination with -Werror made a rather pedantic warning an error.
Index: objtools.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/objtools.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- objtools.info 25 Jul 2012 18:18:26 -0000 1.3
+++ objtools.info 4 Apr 2013 19:16:16 -0000 1.4
@@ -1,6 +1,6 @@
Package: objtools
Version: 2.22
-Revision: 2.1
+Revision: 3
# not yet
#Essential: true
Replaces: binutils (<< 2.22)
@@ -26,10 +26,10 @@
./configure %c
make libiberty.a
cd ../opcodes
- ./configure %c
+ CFLAGS="-Wno-string-plus-int" ./configure %c
make libopcodes.la
cd ../binutils
- ./configure %c
+ CFLAGS="-Wno-string-plus-int" ./configure %c
make objcopy
make objdump
make readelf
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs