summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-20 14:56:18 +0200
committerKarolin Seeger <kseeger@samba.org>2008-08-21 08:47:21 +0200
commitef801d12a309c4c9f6429739b835fb32f5c309b8 (patch)
treef16da954616760e0a34c8b8241b157814ec1491d
parent8145b0a7d7bacb818b8dadadae65ecd0877b5ce2 (diff)
downloadsamba-ef801d12a309c4c9f6429739b835fb32f5c309b8.tar.gz
build: fix bug #5590 by not linking in the static libs but the objects.
Michael (cherry picked from commit 6ad2090391a92ebe822b2d7b80e180c251dc8e7a) (cherry picked from commit 24459c7eda080a4fed2d4f2a576c97f878f905f9)
-rw-r--r--source/m4/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source/m4/aclocal.m4 b/source/m4/aclocal.m4
index e2d0ec4b8a2..9a4213d9767 100644
--- a/source/m4/aclocal.m4
+++ b/source/m4/aclocal.m4
@@ -152,7 +152,7 @@ else
AC_MSG_RESULT(shared library not selected, but will supply static library)
fi
if test $enable_static = yes; then
- LIBUC[_STATIC]=$LIBUC[_STATIC_TARGET]
+ LIBUC[_STATIC]=[\$\(]LIBUC[_OBJ0\)]
fi
m4_popdef([LIBNAME])