summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-24 00:32:33 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-24 00:32:58 +0200
commit83c4ebbe673f992661a12283c845499c4f053c7d (patch)
treef268d1c558c4aa254a746da7fc7af78a5e9660fe /RepositoryExternal.mk
parent714b93b4ec16d951d72037d1ccfcb4a225f06eec (diff)
remove pointless use_libraries
Change-Id: I5cf4170867fe40a59f5809c466c0be2255c151d2
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index f1b75c510deb..e7406099f314 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2694,11 +2694,6 @@ endef
define gb_ExternalProject__use_nss3
$(call gb_ExternalProject_use_package,$(1),nss)
-$(call gb_ExternalProject_use_libraries,$(1),\
- nspr4 \
- nss3 \
- smime3 \
-)
endef