commit 308af577f531e89dce6dff0ecea68ab4474f4d24
Author: Alex Hornung <[email protected]>
Date: Sat Oct 23 09:18:10 2010 +0100
libdevmapper, liblvm - stop inter-lib linking
* Don't link libraries to other libraries, this only causes trouble like
having to do: -lprop -ldevmapper -lprop.
* Remove the double-linking to prop and crypto in cryptdisks.
Suggested-by: Sascha Wildner (swildner@)
Summary of changes:
gnu/lib/libdevmapper/Makefile | 3 ---
gnu/lib/liblvm/Makefile | 2 --
sbin/cryptdisks/Makefile | 2 --
3 files changed, 0 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/308af577f531e89dce6dff0ecea68ab4474f4d24
--
DragonFly BSD source repository