summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-04 16:49:36 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-04 16:49:36 +0800
commit22484173980dea33ee4eed41247e3f4a866ee7be (patch)
tree77f39a0a96904b2fb3554e65abe021d4219d793e
parentf97d9d698a29de711bddb1ef9667d070b807f573 (diff)
configure: don't set so version info for libwrapper-preload
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 44668f3..f3c5f27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -187,7 +187,7 @@ PPS_LIBS=
PPS32_LIBS=
WRAPPER_LDFLAGS="-pthread -lppsapi $PPS_DEP_LIBS"
WRAPPER_CFLAGS="-pthread"
-WRAPPER_PRELOAD_LDFLAGS="-ldl"
+WRAPPER_PRELOAD_LDFLAGS="-avoid-version -ldl"
WRAPPER_PRELOAD_CFLAGS=
AC_MSG_CHECKING([whether pps libraris is available])
AC_LINK_IFELSE(AC_LANG_CALL([], ppsvod_create),