summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-06-23 09:59:43 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-06-23 09:59:43 +0200
commitc9c4f993971365f54645ee85a6a1f01218e33a0d (patch)
tree26577dc4b6d950a426ccbe9c8c591e86269f3cc1
parentb965d11807dfe1a20c43528ed9573e3a65ac8db4 (diff)
configure: Pass -version-info to libtool again
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1db1716..1a7f2f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -216,7 +216,7 @@ AC_SUBST(ORC_LIBS)
#CFLAGS=`echo $CFLAGS | sed s/O2/O0/`
-ORC_LDFLAGS="-no-undefined -export-symbols-regex \^orc_"
+ORC_LDFLAGS="-version-info \$(ORC_LIBVERSION) -no-undefined -export-symbols-regex \^orc_"
if test "x${enable_Bsymbolic}" = "xyes"; then
ORC_LDFLAGS="$ORC_LDFLAGS -Wl,-Bsymbolic-functions"
fi