Commit Graph

8 Commits

Author SHA1 Message Date
Julien Nabet
239fb4cb41 Try to fix python problems
"Octal literals are no longer of the form 0720; use 0o720 instead."
See http://docs.python.org/3.0/whatsnew/3.0.html
Seems ok with Python < 3

Change-Id: I588a9dcc4f4b447d5cb88eb6bb03ab2d598dc9f0
2013-03-27 18:56:00 +01:00
David Tardon
3a7d870d72 file modes are octal
Change-Id: I5aa118db8100be8945425ad195bfb72819953c73
2013-03-27 17:08:09 +01:00
Peter Foley
7b84118102 fix access is denied error in nss on windows
Change-Id: I3b0ebab5e87897a9c29da4b3f97f7fb71cdd1751
2013-03-05 19:50:31 -05:00
Tor Lillqvist
4549f76d32 Revert "Don't bother with chmod() on Windows"
Argh, seems that it wasn't necessary after all.

This reverts commit 5bf437cd67.
2013-02-06 15:28:43 +02:00
Tor Lillqvist
5bf437cd67 Don't bother with chmod() on Windows
It's fairly pointles to play with Unix rwxrwxrwx modes on Windows. One
never knows for sure how some emulation layer (Python's in this case)
guesstimates and mishandles the conversion to Windows ACLs. Not doing
them on Windows unbrokw the nss build. For me at least.

Change-Id: Id3a2f1755cd6f64bd681a3b4cb7f3c7abd3aa5b7
2013-02-06 15:10:44 +02:00
Peter Foley
6eff6fae62 Get rid of nsinstall hackery
This removes the need for using NSS Build Tools on windows.
It also removes the nees to build nss for the build system while cross
compiling.

Change-Id: I13c9fdb575223f2940d3e4eda00e77ba9158f2b7
Reviewed-on: https://gerrit.libreoffice.org/1534
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-01-07 09:22:15 +00:00
David Tardon
46412b411d mangle file mode to avoid breaking rebuilds
Change-Id: Id436bdbf3a307a3a3c9735ad911e397a21ab701b
2012-10-30 15:25:20 +01:00
David Tardon
9da51784c9 fix mingw build of nss
Change-Id: Ic3bcc1297cde1c0680637d02c0e60528d2e60e52
2012-10-30 15:25:19 +01:00