Skip to content

Commit 60f655b

Browse files
craigcomstockolehermanse
authored andcommitted
fixes for lmdb patches autotools releated
1 parent 0906492 commit 60f655b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

deps-packaging/lmdb/0003-Autoconf-files.patch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,10 @@ index 0000000..e331a15
205205
+AM_CPPFLAGS = -D_POSIX_PTHREAD_SEMANTICS
206206
+
207207
+lib_LTLIBRARIES = liblmdb.la
208-
+liblmdb_la_SOURCES = mdb.c midl.c
208+
+liblmdb_la_SOURCES = mdb.c midl.c module.c
209209
+liblmdb_la_LDFLAGS=-no-undefined -avoid-version
210210
+
211+
+LDFLAGS = -ldl
211212
+bin_PROGRAMS = mdb_stat mdb_copy lmdump lmmgr
212213
+mdb_stat_LDADD = liblmdb.la
213214
+mdb_copy_LDADD = liblmdb.la

0 commit comments

Comments
 (0)