e7e1e9035a
- 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
13 lines
512 B
Diff
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
|