lmdb/soname-configurable.patch
Klaus Kämpf e7e1e9035a Accepting request 533945 from home:dirkmueller:branches:systemsmanagement
- add soname-configurable.patch: Actually set the soname in the
  shared library rather than just renaming the files on disk post
  install (which does not actually do anything)

OBS-URL: https://build.opensuse.org/request/show/533945
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/lmdb?expand=0&rev=24
2017-10-16 06:33:45 +00:00

13 lines
512 B
Diff

Index: lmdb-LMDB_0.9.17/libraries/liblmdb/Makefile.am
===================================================================
--- lmdb-LMDB_0.9.17.orig/libraries/liblmdb/Makefile.am
+++ lmdb-LMDB_0.9.17/libraries/liblmdb/Makefile.am
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = liblmdb.la
liblmdb_la_SOURCES = mdb.c midl.c
-liblmdb_la_LDFLAGS=-no-undefined -avoid-version
+liblmdb_la_LDFLAGS = -no-undefined -release __VERSION__
bin_PROGRAMS = mdb_stat mdb_copy mdb_load mdb_dump lmdump lmmgr
mdb_stat_LDADD = liblmdb.la