[Libreoffice-commits] .: nss/prj
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Mon Jul 16 07:45:24 PDT 2012
nss/prj/d.lst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 069c1efa39e3bed146a3e70af796e6a70cf2f67e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jul 16 16:41:28 2012 +0200
Fix typo
deliver had always ignored the missing "3" in the target anyway, delivering any
libfreebl3.* from the source dir to the exact same name in the target dir. (And
scp2/source/ooo/file_library_ooo.scp indeed expects the file to be named freebl3
with the "3"). This appears to be a harmless typo introduced with
09bc28fb7b998f56b481fb07eb576f00ce72c26f "jl144: #i106132# nss does not build on
MacOS 10.6 because of libsqlite3."
Change-Id: I251834c2157acf0936bde9b7daaad16693822acb
diff --git a/nss/prj/d.lst b/nss/prj/d.lst
index a887c36..09c38c2 100644
--- a/nss/prj/d.lst
+++ b/nss/prj/d.lst
@@ -9,7 +9,7 @@ mkdir: %_DEST%\lib\sqlite
..\%__SRC%\inc\include\private\*.h %_DEST%\inc\mozilla\nspr\private
..\%__SRC%\inc\nss\*.h %_DEST%\inc\mozilla\nss
-..\%__SRC%\lib\libfreebl3.* %_DEST%\lib\libfreebl.*
+..\%__SRC%\lib\libfreebl3.* %_DEST%\lib\libfreebl3.*
..\%__SRC%\lib\libfreebl_32fpu_3.* %_DEST%\lib\libfreebl_32fpu_3.*
..\%__SRC%\lib\libfreebl_32int64_3.* %_DEST%\lib\libfreebl_32int64_3.*
..\%__SRC%\lib\libfreebl_32int_3.* %_DEST%\lib\libfreebl_32int_3.*
More information about the Libreoffice-commits
mailing list