diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-01-02 18:10:13 -0500 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-01-07 09:22:15 +0000 |
commit | 6eff6fae6272e8ed5d74553597bb4b73db3f2864 (patch) | |
tree | fc6023495e56a2a512e28f421f9ba1f5d82e26fd /config_host.mk.in | |
parent | 85e36d2baa54eb7b65cc680389eacb2b5884c100 (diff) |
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>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 70f8c4e61ba2..1c9874494b37 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -411,7 +411,6 @@ export NSS_MINOR=@NSS_MINOR@ export NSS_PATCH=@NSS_PATCH@ export NSS_CFLAGS=$(gb_SPACE)@NSS_CFLAGS@ export NSS_LIBS=$(gb_SPACE)@NSS_LIBS@ -export NSSBUILDTOOLS=@NSSBUILDTOOLS@ export NUMBERTEXT_EXTENSION_PACK=@NUMBERTEXT_EXTENSION_PACK@ @x_OBJCFLAGS@ export OBJCFLAGS=@OBJCFLAGS@ @x_OBJCXXFLAGS@ export OBJCXXFLAGS=@OBJCXXFLAGS@ |