diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-29 14:34:56 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-30 00:01:35 +0100 |
commit | 3dadfa5afb21f0c7a4095726050c8ff386aaa356 (patch) | |
tree | e7e617c1fdf318e9bcd0e4e8c8bd2b22635944ad /RepositoryExternal.mk | |
parent | caf00f04982bf38678b84c159d330179e3205146 (diff) |
moz: remove Package moz_lib
Use xpcom libs from UnpackedTarball; the nsldap32 libs appear to be
unused (presumably postgresql uses some MS LDAP libs).
Change-Id: I56c6b9d38a11a39b8b0e878c892f30926d50284c
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 75d2b5248821..33c3ffa7b288 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -2285,9 +2285,9 @@ $(call gb_LinkTarget_set_include,$(1),\ $(call gb_LinkTarget_add_libs,$(1),\ $(call gb_UnpackedTarball_get_dir,nss)/mozilla/dist/out/lib/nspr4.lib \ ) -$(call gb_LinkTarget_use_libraries,$(1),\ - xpcom \ - xpcom_core \ +$(call gb_LinkTarget_add_libs,$(1),\ + $(call gb_UnpackedTarball_get_dir,moz_lib)/xpcom.lib \ + $(call gb_UnpackedTarball_get_dir,moz_lib)/xpcom_core.lib \ ) $(call gb_LinkTarget_add_defs,$(1),\ |