diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-13 17:08:03 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-14 11:27:38 +0000 |
commit | cca8c8cf79e0d9bcfb8798de3948aa446317b08e (patch) | |
tree | 00f58d7fc35e8ba68b36ad99ac3fe117a04d0360 /external/postgresql | |
parent | 6c5557c60f97778fd732c01f054553356ce7f258 (diff) |
nss: upgrade to 3.15.3
- from nss_macosx.patch drop nmedit hunk (removed upstream)
- adapt include and lib paths to changed tarball directory layout
Change-Id: Ia5dcce8dfd9d10e7e4ba689eefa9f39a51596dfe
Reviewed-on: https://gerrit.libreoffice.org/6670
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'external/postgresql')
-rw-r--r-- | external/postgresql/ExternalProject_postgresql.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/postgresql/ExternalProject_postgresql.mk b/external/postgresql/ExternalProject_postgresql.mk index afa7ff3162b7..3afa7b80ff28 100644 --- a/external/postgresql/ExternalProject_postgresql.mk +++ b/external/postgresql/ExternalProject_postgresql.mk @@ -45,7 +45,7 @@ postgresql_LDFLAGS += \ -L$(call gb_UnpackedTarball_get_dir,openldap)/libraries/libldap/.libs \ -L$(call gb_UnpackedTarball_get_dir,openldap)/libraries/liblber/.libs \ $(if $(filter NO,$(SYSTEM_NSS)),\ - -L$(call gb_UnpackedTarball_get_dir,nss)/mozilla/dist/out/lib) \ + -L$(call gb_UnpackedTarball_get_dir,nss)/dist/out/lib) \ endif |