summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-28 16:29:24 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-28 16:49:08 +0200
commit5032dc0fc339ba6b200e80a5482cc86e00662a0b (patch)
tree6ecb751f6fd25a7ee5f66434b10928423d1e05f7 /svl
parent7312f5ceacd44c9980b9262e403d4d9ac10f1aa9 (diff)
gbuild: invert handling of standard system libraries:
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
Diffstat (limited to 'svl')
-rw-r--r--svl/CppunitTest_svl_lngmisc.mk2
-rw-r--r--svl/CppunitTest_svl_urihelper.mk2
-rw-r--r--svl/Library_fsstorage.mk2
-rw-r--r--svl/Library_passwordcontainer.mk2
-rw-r--r--svl/Library_svl.mk2
5 files changed, 0 insertions, 10 deletions
diff --git a/svl/CppunitTest_svl_lngmisc.mk b/svl/CppunitTest_svl_lngmisc.mk
index 505f63ea9683..8f19199517d5 100644
--- a/svl/CppunitTest_svl_lngmisc.mk
+++ b/svl/CppunitTest_svl_lngmisc.mk
@@ -42,8 +42,6 @@ $(eval $(call gb_CppunitTest_use_libraries,svl_lngmisc, \
$(gb_UWINAPI) \
))
-$(eval $(call gb_CppunitTest_add_standard_system_libs,svl_lngmisc))
-
ifeq ($(GUI),WNT)
$(eval $(call gb_CppunitTest_use_system_win32_libs,svl_lngmisc, \
oleaut32 \
diff --git a/svl/CppunitTest_svl_urihelper.mk b/svl/CppunitTest_svl_urihelper.mk
index ef2f3f040ce5..b432734626cc 100644
--- a/svl/CppunitTest_svl_urihelper.mk
+++ b/svl/CppunitTest_svl_urihelper.mk
@@ -51,6 +51,4 @@ $(eval $(call gb_CppunitTest_use_libraries,svl_urihelper, \
$(gb_UWINAPI) \
))
-$(eval $(call gb_CppunitTest_add_standard_system_libs,svl_urihelper))
-
$(eval $(call gb_CppunitTest_use_ure,svl_urihelper))
diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk
index 558dc60d7eac..06423e41911b 100644
--- a/svl/Library_fsstorage.mk
+++ b/svl/Library_fsstorage.mk
@@ -50,8 +50,6 @@ $(eval $(call gb_Library_use_libraries,fsstorage,\
$(gb_UWINAPI) \
))
-$(eval $(call gb_Library_add_standard_system_libs,fsstorage))
-
$(eval $(call gb_Library_add_exception_objects,fsstorage,\
svl/source/fsstor/fsfactory \
svl/source/fsstor/fsstorage \
diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk
index a7c9886d925e..5cde5678563a 100644
--- a/svl/Library_passwordcontainer.mk
+++ b/svl/Library_passwordcontainer.mk
@@ -49,8 +49,6 @@ $(eval $(call gb_Library_use_libraries,passwordcontainer,\
$(gb_UWINAPI) \
))
-$(eval $(call gb_Library_add_standard_system_libs,passwordcontainer))
-
$(eval $(call gb_Library_add_exception_objects,passwordcontainer,\
svl/source/passwordcontainer/passwordcontainer \
svl/source/passwordcontainer/syscreds \
diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk
index 46af0f9970ca..c6a2ff2ae6b4 100644
--- a/svl/Library_svl.mk
+++ b/svl/Library_svl.mk
@@ -62,8 +62,6 @@ $(eval $(call gb_Library_use_libraries,svl,\
$(gb_UWINAPI) \
))
-$(eval $(call gb_Library_add_standard_system_libs,svl))
-
$(eval $(call gb_Library_add_exception_objects,svl,\
svl/source/config/asiancfg \
svl/source/config/cjkoptions \