Skip to content

Commit

Permalink
MB-6349: Don't add a version number to the .so
Browse files Browse the repository at this point in the history
Change-Id: I201c737e4a74968d5bfe99f33447bf05911c33c2
Reviewed-on: http://review.couchbase.org/19951
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
Tested-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
trondn committed Aug 21, 2012
1 parent 0a921fd commit 04502fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ memcachedlib_LTLIBRARIES = bucket_engine.la
bucket_engine_la_SOURCES= bucket_engine.c bucket_engine.h \
topkeys.c topkeys.h bucket_engine_internal.h

bucket_engine_la_LDFLAGS= -module -dynamic -R '$(memcachedlibdir)'
bucket_engine_la_LDFLAGS= -module -dynamic -R '$(memcachedlibdir)' \
-avoid-version
bucket_engine_la_LIBADD = libgenhash.la

noinst_LTLIBRARIES = mock_engine.la libgenhash.la
Expand Down

0 comments on commit 04502fa

Please sign in to comment.