summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2016-12-07 02:28:27 +0000
committerDamjan Jovanovic <damjan@apache.org>2016-12-07 02:28:27 +0000
commit41f72cc5376773b7571097521d80f3e523656a0c (patch)
tree7027706727e6d6352e5c9566e47e6c767642f210
parentffa8e248a5a746387cebb5aa4184cfecaede249a (diff)
We have to link to stl on Windows.
Patch by: me
Notes
Notes: ignore: obsolete
-rw-r--r--animations/Library_animcore.mk1
-rw-r--r--binaryurp/GoogleTest_cache.mk1
-rw-r--r--binaryurp/GoogleTest_unmarshal.mk1
-rw-r--r--binaryurp/Library_binaryurp.mk1
-rw-r--r--configmgr/Library_configmgr.mk1
-rw-r--r--io/Library_acceptor.mk1
-rw-r--r--io/Library_connector.mk1
-rw-r--r--io/Library_streams.mk1
-rw-r--r--io/Library_textinstream.mk1
-rw-r--r--io/Library_textoutstream.mk1
-rw-r--r--o3tl/GoogleTest_o3tl.mk1
-rw-r--r--package/Library_package2.mk1
-rw-r--r--package/Library_xstor.mk1
13 files changed, 13 insertions, 0 deletions
diff --git a/animations/Library_animcore.mk b/animations/Library_animcore.mk
index 477297ac71b1..bc5137c0c5d9 100644
--- a/animations/Library_animcore.mk
+++ b/animations/Library_animcore.mk
@@ -39,6 +39,7 @@ $(eval $(call gb_Library_add_linked_libs,animcore,\
cppuhelper \
cppu \
sal \
+ stl \
$(gb_STDLIBS) \
))
diff --git a/binaryurp/GoogleTest_cache.mk b/binaryurp/GoogleTest_cache.mk
index 149cd732f595..0e6fe9fd53fd 100644
--- a/binaryurp/GoogleTest_cache.mk
+++ b/binaryurp/GoogleTest_cache.mk
@@ -38,6 +38,7 @@ $(eval $(call gb_GoogleTest_add_exception_objects,binaryurp_cache, \
$(eval $(call gb_GoogleTest_add_linked_libs,binaryurp_cache, \
sal \
+ stl \
$(gb_STDLIBS) \
))
diff --git a/binaryurp/GoogleTest_unmarshal.mk b/binaryurp/GoogleTest_unmarshal.mk
index 49febbb8a5fe..ae85a9fb9bd5 100644
--- a/binaryurp/GoogleTest_unmarshal.mk
+++ b/binaryurp/GoogleTest_unmarshal.mk
@@ -52,6 +52,7 @@ $(eval $(call gb_GoogleTest_add_linked_libs,binaryurp_unmarshal, \
cppuhelper \
sal \
salhelper \
+ stl \
$(gb_STDLIBS) \
))
diff --git a/binaryurp/Library_binaryurp.mk b/binaryurp/Library_binaryurp.mk
index ee4ddb56c2e8..a3d8fcee6f40 100644
--- a/binaryurp/Library_binaryurp.mk
+++ b/binaryurp/Library_binaryurp.mk
@@ -38,6 +38,7 @@ $(eval $(call gb_Library_add_linked_libs,binaryurp,\
cppuhelper \
sal \
salhelper \
+ stl \
$(gb_STDLIBS) \
))
diff --git a/configmgr/Library_configmgr.mk b/configmgr/Library_configmgr.mk
index 1940d76dea53..87c334dcbb73 100644
--- a/configmgr/Library_configmgr.mk
+++ b/configmgr/Library_configmgr.mk
@@ -43,6 +43,7 @@ $(eval $(call gb_Library_add_linked_libs,configmgr,\
cppuhelper \
sal \
salhelper \
+ stl \
xmlreader \
$(gb_STDLIBS) \
))
diff --git a/io/Library_acceptor.mk b/io/Library_acceptor.mk
index 784b5c3d5048..bff0ce3fb49a 100644
--- a/io/Library_acceptor.mk
+++ b/io/Library_acceptor.mk
@@ -40,6 +40,7 @@ $(eval $(call gb_Library_add_linked_libs,acceptor,\
cppuhelper \
cppu \
sal \
+ stl \
$(gb_STDLIBS) \
))
diff --git a/io/Library_connector.mk b/io/Library_connector.mk
index 49f25ea49f09..164bad3f8b4f 100644
--- a/io/Library_connector.mk
+++ b/io/Library_connector.mk
@@ -40,6 +40,7 @@ $(eval $(call gb_Library_add_linked_libs,connector,\
cppuhelper \
cppu \
sal \
+ stl \
$(gb_STDLIBS) \
))
diff --git a/io/Library_streams.mk b/io/Library_streams.mk
index f5852c71b575..c72c812001a2 100644
--- a/io/Library_streams.mk
+++ b/io/Library_streams.mk
@@ -40,6 +40,7 @@ $(eval $(call gb_Library_add_linked_libs,streams,\
cppuhelper \
cppu \
sal \
+ stl \
$(gb_STDLIBS) \
))
diff --git a/io/Library_textinstream.mk b/io/Library_textinstream.mk
index 242c9926a1b0..2c64a121de70 100644
--- a/io/Library_textinstream.mk
+++ b/io/Library_textinstream.mk
@@ -40,6 +40,7 @@ $(eval $(call gb_Library_add_linked_libs,textinstream,\
cppuhelper \
cppu \
sal \
+ stl \
$(gb_STDLIBS) \
))
diff --git a/io/Library_textoutstream.mk b/io/Library_textoutstream.mk
index 84a6655cffda..2f667306a045 100644
--- a/io/Library_textoutstream.mk
+++ b/io/Library_textoutstream.mk
@@ -40,6 +40,7 @@ $(eval $(call gb_Library_add_linked_libs,textoutstream,\
cppuhelper \
cppu \
sal \
+ stl \
$(gb_STDLIBS) \
))
diff --git a/o3tl/GoogleTest_o3tl.mk b/o3tl/GoogleTest_o3tl.mk
index 5a3005384638..27d1298c153e 100644
--- a/o3tl/GoogleTest_o3tl.mk
+++ b/o3tl/GoogleTest_o3tl.mk
@@ -38,6 +38,7 @@ $(eval $(call gb_GoogleTest_set_include,o3tl_test,\
$(eval $(call gb_GoogleTest_add_linked_libs,o3tl_test, \
sal \
+ stl \
$(gb_STDLIBS) \
))
diff --git a/package/Library_package2.mk b/package/Library_package2.mk
index 0aa945ccb31b..ac82cbc99a6b 100644
--- a/package/Library_package2.mk
+++ b/package/Library_package2.mk
@@ -48,6 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,package2,\
cppu \
sal \
sax \
+ stl \
ucbhelper \
$(gb_STDLIBS) \
))
diff --git a/package/Library_xstor.mk b/package/Library_xstor.mk
index 6085addf0705..d69129f64fe9 100644
--- a/package/Library_xstor.mk
+++ b/package/Library_xstor.mk
@@ -47,6 +47,7 @@ $(eval $(call gb_Library_add_linked_libs,xstor,\
cppuhelper \
cppu \
sal \
+ stl \
$(gb_STDLIBS) \
))