diff options
Diffstat (limited to 'extras/sasl/ruby')
-rw-r--r-- | extras/sasl/ruby/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/sasl/ruby/Makefile.am b/extras/sasl/ruby/Makefile.am index da64239323..85fde1085d 100644 --- a/extras/sasl/ruby/Makefile.am +++ b/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) |