diff options
author | David Tardon <dtardon@redhat.com> | 2011-08-11 13:10:14 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-08-11 13:11:52 +0200 |
commit | b6aa48432d322e13e9facaf3c889d77657aaa14e (patch) | |
tree | a87028efcbcb699f43fdd77c52ac5c3fddfc0d51 /xmlsecurity | |
parent | 590e2e2f9b65c42321c1ee35a02a2e6f677b4959 (diff) |
fix build of xmlsecurity with system mozilla
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/Library_xsec_xmlsec.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/Library_xsec_xmlsec.mk b/xmlsecurity/Library_xsec_xmlsec.mk index 770122ec2586..15a22167119e 100644 --- a/xmlsecurity/Library_xsec_xmlsec.mk +++ b/xmlsecurity/Library_xsec_xmlsec.mk @@ -124,7 +124,7 @@ $(eval $(call gb_Library_add_linked_static_libs,xsec_xmlsec,\ xmlsec1-nss \ )) -$(eval $(call gb_Library_add_linked_libs,xsec_xmlsec,\ +$(eval $(call gb_Library_use_externals,xsec_xmlsec,\ plc4 \ )) |