diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-22 21:33:23 -0500 |
---|---|---|
committer | David Ostrovsky <David.Ostrovsky@gmx.de> | 2013-02-24 10:34:40 +0000 |
commit | 61e7c592faa2d768d599936e57042eb22bcaa16f (patch) | |
tree | 2be399d2aa1179fc4d982f3074481ec8fd49a84c /openldap | |
parent | a5a24fa0241930ae5f9d8a4c757e479d2de3efb6 (diff) |
convert moz to gbuild and add to tail_build
Change-Id: I2d3f5d127f831ee9abc020d46558f7cfbe8c9380
Reviewed-on: https://gerrit.libreoffice.org/2349
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'openldap')
-rw-r--r-- | openldap/ExternalProject_openldap.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openldap/ExternalProject_openldap.mk b/openldap/ExternalProject_openldap.mk index 294bd07849fb..88d49dcfaa29 100644 --- a/openldap/ExternalProject_openldap.mk +++ b/openldap/ExternalProject_openldap.mk @@ -11,6 +11,8 @@ $(eval $(call gb_ExternalProject_ExternalProject,openldap)) $(eval $(call gb_ExternalProject_use_unpacked,openldap,openldap)) +$(eval $(call gb_ExternalProject_use_package,openldap,nss)) + $(eval $(call gb_ExternalProject_register_targets,openldap,\ build \ )) |