mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-29 12:42:50 +00:00
By default, statically link libabigail with whoever uses abigail.m4
* abigail.m4: Make $abigaillibs statically link libabigail by default.
This commit is contained in:
parent
04873cb485
commit
e9be65956c
@ -111,7 +111,7 @@ AC_DEFUN([ABIGAIL_INIT],
|
||||
fi
|
||||
|
||||
if test x$found_abigail_lib = xyes; then
|
||||
abigaillibs="$abigaillibs -labigail"
|
||||
abigaillibs="$abigaillibs -Wl,-Bstatic -labigail -Wl,-Bdynamic"
|
||||
fi
|
||||
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user