summaryrefslogtreecommitdiff
path: root/stoc/Library_bootstrap.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-13 11:54:07 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-24 15:23:55 +0100
commitb3b76d1abb5ab9af33ce559872c2e1c45ecdbbd0 (patch)
treee4eb2f97d9e3e97a32e212a304310ef853ad534c /stoc/Library_bootstrap.mk
parentc6fc60d0739e1539e2efae23461f970eda7cf0f4 (diff)
add $(gb_STDLIBS) to linked libs
Diffstat (limited to 'stoc/Library_bootstrap.mk')
-rw-r--r--stoc/Library_bootstrap.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/stoc/Library_bootstrap.mk b/stoc/Library_bootstrap.mk
index 12a86788ebc0..490139bfa421 100644
--- a/stoc/Library_bootstrap.mk
+++ b/stoc/Library_bootstrap.mk
@@ -59,6 +59,7 @@ $(eval $(call gb_Library_add_linked_libs,bootstrap,\
sal \
salhelper \
xmlreader \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,bootstrap,stoc/util/bootstrap))