From e72b261cb7f9c24cff62cd256c2aab4ce56e4a46 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 12 Aug 2008 20:12:04 +0000 Subject: Add extra boost headers to dist tarball git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@685289 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/boost-1.32-support/main.patch | 48 +++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'cpp/boost-1.32-support') diff --git a/cpp/boost-1.32-support/main.patch b/cpp/boost-1.32-support/main.patch index 16e1d31270..0d1e1e9d0a 100644 --- a/cpp/boost-1.32-support/main.patch +++ b/cpp/boost-1.32-support/main.patch @@ -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 @@ Index: src/tests/.valgrind.supp 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 + -- cgit v1.2.1