Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2009-04-26 10:13:00 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@yandex.ru>2009-04-26 10:13:00 (GMT)
commitfd6cd4eb3b7d5ce61417aec33bd68eabf63e3349 (patch)
treecdd0a994141f63c5b1d88d51ef088e77e2f3dbc7 /configure.ac
parenteb0efea5315c78b7990c6a03c81a9e6ab6fd7c27 (diff)
[build] Adds -no-undefined flag for Cygwin build
Added flag -no-undefined required by Cygwin for installed shared libraries since Cygwin's libtool can't track library dependency automatically. Fixes GNOME bug #580058. Patch from Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ce7eedc..a3b2fe3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,7 @@ fi
AC_SUBST(SMCLIENT_CFLAGS)
AC_SUBST(SMCLIENT_LIBS)
-BACKEND_LIBTOOL_FLAGS="-module -avoid-version -export-symbols \$(top_srcdir)/backend/backend.symbols"
+BACKEND_LIBTOOL_FLAGS="-module -avoid-version -no-undefined -export-symbols \$(top_srcdir)/backend/backend.symbols"
AC_SUBST(BACKEND_LIBTOOL_FLAGS)
dnl ===== Check special functions