You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2008/08/12 21:19:15 UTC

svn commit: r685273 - /incubator/qpid/branches/qpid.0-10/cpp/boost-1.32-support/main.patch

Author: gsim
Date: Tue Aug 12 12:19:14 2008
New Revision: 685273

URL: http://svn.apache.org/viewvc?rev=685273&view=rev
Log:
Add extra boost headers to dist tarball


Modified:
    incubator/qpid/branches/qpid.0-10/cpp/boost-1.32-support/main.patch

Modified: incubator/qpid/branches/qpid.0-10/cpp/boost-1.32-support/main.patch
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-10/cpp/boost-1.32-support/main.patch?rev=685273&r1=685272&r2=685273&view=diff
==============================================================================
--- incubator/qpid/branches/qpid.0-10/cpp/boost-1.32-support/main.patch (original)
+++ incubator/qpid/branches/qpid.0-10/cpp/boost-1.32-support/main.patch Tue Aug 12 12:19:14 2008
@@ -1,7 +1,19 @@
+Index: configure.ac
+===================================================================
+--- configure.ac	(revision 685217)
++++ configure.ac	(working copy)
+@@ -66,7 +66,6 @@
+ # -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 683589)
-+++ src/tests/.valgrind.supp    (working copy)
+--- src/tests/.valgrind.supp	(revision 685217)
++++ src/tests/.valgrind.supp	(working copy)
 @@ -70,19 +70,6 @@
     fun:pthread_create@@GLIBC_2.2.5
     fun:_ZN4qpid6broker5Timer5startEv
@@ -20,7 +32,7 @@
 -   fun:_ZN5boost9unit_test9test_case3runEv
 -   fun:main
  }
-
+ 
  {
 @@ -151,29 +138,6 @@
     fun:calloc
@@ -51,21 +63,21 @@
 -   fun:pthread_create@@GLIBC_2.2.5
     fun:_ZN4qpid6client9Connector4initEv
  }
-
+ 
 @@ -191,4 +155,3 @@
     fun:strdup
     fun:_ZN4qpid7Options5parseEiPPcRKSsb
  }
 -
-Index: configure.ac
+Index: src/Makefile.am
 ===================================================================
---- configure.ac        (revision 683589)
-+++ configure.ac        (working copy)
-@@ -66,7 +66,6 @@
- # -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 685217)
++++ 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
+