summaryrefslogtreecommitdiff
path: root/build/import/libboost/regex/stub.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/import/libboost/regex/stub.make')
-rw-r--r--build/import/libboost/regex/stub.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/import/libboost/regex/stub.make b/build/import/libboost/regex/stub.make
index 9af79d2..2095e33 100644
--- a/build/import/libboost/regex/stub.make
+++ b/build/import/libboost/regex/stub.make
@@ -1,6 +1,6 @@
# file : build/import/libboost/regex/stub.make
# author : Boris Kolpackov <boris@kolpackov.net>
-# copyright : Copyright (c) 2005-2009 Boris Kolpackov
+# copyright : Copyright (c) 2005-2008 Boris Kolpackov
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(scf_root)/import/libboost/configuration-rules.make,$(dcf_root))
@@ -13,7 +13,7 @@ ifdef libboost_installed
ifeq ($(libboost_installed),y)
-$(call export,l: -lboost_regex,cpp_options: )
+$(call export,l: -lboost_regex$(libboost_suffix),cpp_options: )
else