lzip-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lzip-bug] "ldconfig -n" doesn't work on some OS (lzlib)


From: Juan Francisco Cantero Hurtado
Subject: [Lzip-bug] "ldconfig -n" doesn't work on some OS (lzlib)
Date: Thu, 03 Oct 2013 01:49:13 +0200
User-agent: Mozilla/5.0 (X11; OpenBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0

Some versions of ldconfig doesn't support the switch "-n". Look:
http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&apropos=0&sektion=0&manpath=OpenBSD+5.3&arch=i386&format=html

The file Makefile.in of lzlib uses this option:

if [ $${run_ldconfig} = yes ] && [ -x "$(LDCONFIG)" ] ; then "$(LDCONFIG)" -n "$(DESTDIR)$(libdir)" ; fi ;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]