[SM-Grimoire-Bugs] [Bug 13849] Openssl and nss install the same file
bugzilla-daemon at bugs.sourcemage.org
bugzilla-daemon at bugs.sourcemage.org
Sat Jun 16 20:32:04 EDT 2007
http://bugs.sourcemage.org/show_bug.cgi?id=13849
------- Additional Comments From hgr at vabo.cz 2007-06-16 19:32 -------
Yea, you are right. Just pulled libssl.a's from cache files.
root at matrix:/tmp/SSL# ls -l openssl/libssl.a nss/libssl.a
-rwxr-xr-x 1 root root 213582 2007-04-24 05:26 nss/libssl.a
-rw-r--r-- 1 root root 370154 2007-05-01 20:07 openssl/libssl.a
root at matrix:/tmp/SSL# ar t openssl/libssl.a | head -5
s2_meth.o
s2_srvr.o
s2_clnt.o
s2_lib.o
s2_enc.o
root at matrix:/tmp/SSL# ar t nss/libssl.a | head -5
derive.o
prelib.o
ssl3con.o
ssl3gthr.o
sslauth.o
Is sufficient to remove lib/libssl.a in nss'INSTALL phase
(/usr/src/nss/lib/libssl.a), before the line:
install --mode=755 * $INSTALL_ROOT/usr/lib/
?
--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the SM-Grimoire-Bugs
mailing list