diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-05-28 20:11:13 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-05-28 20:11:13 +0000 |
| commit | c287f7df53ace7c36b5b98bbda63c8a77ba0c1fa (patch) | |
| tree | 0ce924a32aa79394f225d71195647c524eda5a2f /qpid/cpp/src/cluster.mk | |
| parent | 814df615ce82d893a3393abf2efff6f2317f13fe (diff) | |
| download | qpid-python-c287f7df53ace7c36b5b98bbda63c8a77ba0c1fa.tar.gz | |
Fixes to get qpid to build with gcc4.4 with optimisation
Fix for non thread safe use of inet_ntoa().
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@779757 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/cluster.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index 965c335306..808c96c7a7 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/cpp/src/cluster.mk @@ -82,6 +82,7 @@ cluster_la_SOURCES = \ qpid/sys/LatencyTracker.h cluster_la_LIBADD= -lcpg $(libcman) libqpidbroker.la libqpidclient.la +cluster_la_CXXFLAGS = $(AM_CXXFLAGS) -fno-strict-aliasing cluster_la_LDFLAGS = $(PLUGINLDFLAGS) endif # HAVE_LIBCPG |
