diff options
author | Michael Adam <obnox@samba.org> | 2008-08-20 14:56:18 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-20 22:38:08 +0200 |
commit | e2ec27135d5e0cfa1984d64c052669f1de5684e9 (patch) | |
tree | 2eafcd4577caafab7be1bfb066c9b7daa639e99f /source3/m4 | |
parent | c617b69b1106ebf8684804ad9ff87ebd68ed73fa (diff) | |
download | samba-e2ec27135d5e0cfa1984d64c052669f1de5684e9.tar.gz samba-e2ec27135d5e0cfa1984d64c052669f1de5684e9.tar.bz2 samba-e2ec27135d5e0cfa1984d64c052669f1de5684e9.zip |
build: fix bug #5590 by not linking in the static libs but the objects.
Michael
(This used to be commit 6ad2090391a92ebe822b2d7b80e180c251dc8e7a)
Diffstat (limited to 'source3/m4')
-rw-r--r-- | source3/m4/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4 index e2d0ec4b8a..9a4213d976 100644 --- a/source3/m4/aclocal.m4 +++ b/source3/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]) |