diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/boost-1.32-support/main.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cpp/boost-1.32-support/main.patch b/cpp/boost-1.32-support/main.patch index 4a218afb1b..433a8f0f25 100644 --- a/cpp/boost-1.32-support/main.patch +++ b/cpp/boost-1.32-support/main.patch @@ -23,3 +23,15 @@ Index: src/Makefile.am ## Generated code +Index: examples/makedist.mk +=================================================================== +--- examples/makedist.mk (revision 830311) ++++ examples/makedist.mk (working copy) +@@ -1,6 +1,6 @@ + # Settings to build the examples in automake + AM_CXXFLAGS = $(WARNING_CFLAGS) +-INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include ++INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src + CLIENT_LIB=$(top_builddir)/src/libqpidclient.la + CONSOLE_LIB=$(top_builddir)/src/libqmfconsole.la + CLIENTFLAGS=-lqpidclient |