configure: Pass -version-info to libtool again
authorSebastian Dröge <sebastian@centricular.com>
Mon, 23 Jun 2014 07:59:43 +0000 (09:59 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 23 Jun 2014 07:59:43 +0000 (09:59 +0200)
configure.ac

index 1db1716..1a7f2f7 100644 (file)
@@ -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