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 | 3cd98a374cde935d7056a35811e348f81e3214fe (patch) | |
| tree | 47193a080b04086fa0b45f5e0ebff62c46a3a9f0 /cpp/src/cluster.mk | |
| parent | d0ad549db4560c79d5631bb79d3c53dc75c89741 (diff) | |
| download | qpid-python-3cd98a374cde935d7056a35811e348f81e3214fe.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/qpid@779757 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.mk')
| -rw-r--r-- | cpp/src/cluster.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk index 965c335306..808c96c7a7 100644 --- a/cpp/src/cluster.mk +++ b/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 |
