]> git.pld-linux.org Git - packages/db5.3.git/blobdiff - db5.3-link.patch
- added link patch (fixes libdb-sql linking)
[packages/db5.3.git] / db5.3-link.patch
diff --git a/db5.3-link.patch b/db5.3-link.patch
new file mode 100644 (file)
index 0000000..a205476
--- /dev/null
@@ -0,0 +1,11 @@
+--- db-5.2.42/dist/Makefile.in.orig    2013-06-09 07:40:47.715060826 +0200
++++ db-5.2.42/dist/Makefile.in 2013-06-09 08:06:06.361695837 +0200
+@@ -882,7 +882,7 @@
+ # Shared SQL library.
+ $(libsqlso_target): $(SQL_OBJS)
+-      $(SOLINK) $(SOFLAGS) $(LDFLAGS) -o $@ $(SQL_OBJS) $(LIBCSO_LIBS)
++      $(SOLINK) $(SOFLAGS) $(LDFLAGS) -o $@ $(SQL_OBJS) $(LIBCSO_LIBS) -ldl
+       $(RM) $(libsql)
+       $(LN) -s .libs/$(libsql_version) $(libsql)
This page took 0.071578 seconds and 4 git commands to generate.