summaryrefslogtreecommitdiff
path: root/qpid/extras/sasl/ruby
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-04-27 17:02:40 +0000
committerTed Ross <tross@apache.org>2011-04-27 17:02:40 +0000
commit70973bf809ce4e94d2486e082bc2ab47290ee88e (patch)
tree49ea51a0625bf7964ad955127459cd7cdef4e91a /qpid/extras/sasl/ruby
parent8f8946b25b3df2e6d53a26ffd2b0943d7f7ad3ae (diff)
downloadqpid-python-70973bf809ce4e94d2486e082bc2ab47290ee88e.tar.gz
NO-JIRA - Build fixes for saslwrapper:
- Add -fno-strict-aliasing to the compile flags for the c++ wrapper code - Ensure that the Python artifacts are installed in an arch-specific location git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1097181 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/sasl/ruby')
-rw-r--r--qpid/extras/sasl/ruby/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/extras/sasl/ruby/Makefile.am b/qpid/extras/sasl/ruby/Makefile.am
index da64239323..85fde1085d 100644
--- a/qpid/extras/sasl/ruby/Makefile.am
+++ b/qpid/extras/sasl/ruby/Makefile.am
@@ -35,7 +35,7 @@ rubylibarch_LTLIBRARIES = saslwrapper.la
saslwrapper_la_LDFLAGS = -avoid-version -module -shared ".$(RUBY_DLEXT)"
saslwrapper_la_LIBADD = $(RUBY_LIBS) $(top_builddir)/src/libsaslwrapper.la -lsasl2
-saslwrapper_la_CXXFLAGS = $(INCLUDES) -I$(RUBY_INC) -I$(RUBY_INC_ARCH)
+saslwrapper_la_CXXFLAGS = $(INCLUDES) -I$(RUBY_INC) -I$(RUBY_INC_ARCH) -fno-strict-aliasing
nodist_saslwrapper_la_SOURCES = saslwrapper.cpp
CLEANFILES = $(generated_file_list)