From c9c4f993971365f54645ee85a6a1f01218e33a0d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 23 Jun 2014 09:59:43 +0200 Subject: [PATCH] configure: Pass -version-info to libtool again --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4