summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2014-12-19 09:56:47 -0500
committerDon Anderson <dda@ddanderson.com>2014-12-19 09:56:47 -0500
commit16972ef63de1283d85146530c35f522b053e2c1e (patch)
treeeb902854a54e13c7bb629cc3df780c6c1249369b
parentafd499a7091dab914463692dcc442a308740e33c (diff)
downloadmongo-16972ef63de1283d85146530c35f522b053e2c1e.tar.gz
Remove version numbering from the pkg-config file. We don't create
include files that are named by version. Programs linked using -lwiredtiger will follow the symlink to wiredtiger-a.b.c.so, so their referred library name is forever stamped as wiredtiger-a.b.c.so, which won't conflict even when we ship wiredtiger-a.b.d.so . Refs #1458.
-rw-r--r--build_posix/wiredtiger.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_posix/wiredtiger.pc.in b/build_posix/wiredtiger.pc.in
index be257efcef3..fb45c74bb08 100644
--- a/build_posix/wiredtiger.pc.in
+++ b/build_posix/wiredtiger.pc.in
@@ -7,5 +7,5 @@ Name: WiredTiger
Description: The WiredTiger Data Engine
Requires:
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lwiredtiger-@VERSION_NOPATCH@
-Cflags: -I${includedir}/wiredtiger-@VERSION_NOPATCH@
+Libs: -L${libdir} -lwiredtiger
+Cflags: -I${includedir}