Author: gsim
Date: Tue Aug 12 13:12:04 2008
New Revision: 685289
URL: http://svn.apache.org/viewvc?rev=685289&view=rev
Log:
Add extra boost headers to dist tarball
Modified:
incubator/qpid/trunk/qpid/cpp/boost-1.32-support/main.patch
Modified: incubator/qpid/trunk/qpid/cpp/boost-1.32-support/main.patch
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/boost-1.32-support/main.patch?rev=685289&r1=685288&r2=685289&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/boost-1.32-support/main.patch (original)
+++ incubator/qpid/trunk/qpid/cpp/boost-1.32-support/main.patch Tue Aug 12
13:12:04 2008
@@ -1,18 +1,18 @@
--Index: configure.ac
--===================================================================
----- configure.ac (revision 681145)
--+++ configure.ac (working copy)
--@@ -64,7 +64,6 @@
-- # -Wunreachable-code -Wpadded -Winline
-- # -Wshadow - warns about boost headers.
-- if test "${enableval}" = yes; then
--- gl_COMPILER_FLAGS(-Werror)
-- gl_COMPILER_FLAGS(-pedantic)
-- gl_COMPILER_FLAGS(-Wall)
-- gl_COMPILER_FLAGS(-Wextra)
+Index: configure.ac
+===================================================================
+--- configure.ac (revision 685281)
++++ configure.ac (working copy)
+@@ -64,7 +64,6 @@
+ # -Wunreachable-code -Wpadded -Winline
+ # -Wshadow - warns about boost headers.
+ if test "${enableval}" = yes; then
+- gl_COMPILER_FLAGS(-Werror)
+ gl_COMPILER_FLAGS(-pedantic)
+ gl_COMPILER_FLAGS(-Wall)
+ gl_COMPILER_FLAGS(-Wextra)
Index: src/tests/.valgrind.supp
===================================================================
---- src/tests/.valgrind.supp (revision 683578)
+--- src/tests/.valgrind.supp (revision 685281)
+++ src/tests/.valgrind.supp (working copy)
@@ -193,8 +193,116 @@
}
@@ -132,15 +132,15 @@
socketcall.sendmsg(msg.msg_iov[i])
fun:sendmsg
obj:/usr/lib/openais/libcpg.so.2.0.0
-Index: configure.ac
+Index: src/Makefile.am
===================================================================
---- configure.ac (revision 683578)
-+++ configure.ac (working copy)
-@@ -64,7 +64,6 @@
- # -Wunreachable-code -Wpadded -Winline
- # -Wshadow - warns about boost headers.
- if test "${enableval}" = yes; then
-- gl_COMPILER_FLAGS(-Werror)
- gl_COMPILER_FLAGS(-pedantic)
- gl_COMPILER_FLAGS(-Wall)
- gl_COMPILER_FLAGS(-Wextra)
+--- src/Makefile.am (revision 685281)
++++ src/Makefile.am (working copy)
+@@ -1,6 +1,6 @@
+ SUBDIRS = . tests
+
+-EXTRA_DIST= $(platform_dist) $(rgen_srcs)
++EXTRA_DIST= $(platform_dist) $(rgen_srcs) $(top_srcdir)/src/boost
+
+ ## Generated code
+