summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-07-17 16:00:35 -0400
committerAndrew Morrow <acm@mongodb.com>2018-07-17 20:58:22 -0400
commite8c9c986c50def137caad1313030fb0a958ba61b (patch)
tree6bd59f3aa369108539b8400a87cff491dfeeb3c3
parentd91262c4a2ed7d94923c3b1c5ff5d208aa981c73 (diff)
downloadmongo-e8c9c986c50def137caad1313030fb0a958ba61b.tar.gz
SERVER-36168 Don't link pcreposix into our vendored pcre build
-rw-r--r--src/third_party/pcre-8.41/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/third_party/pcre-8.41/SConscript b/src/third_party/pcre-8.41/SConscript
index b14d2658b66..71cc36ea5c5 100644
--- a/src/third_party/pcre-8.41/SConscript
+++ b/src/third_party/pcre-8.41/SConscript
@@ -63,7 +63,4 @@ env.Library( "pcrecpp", [
"pcrecpp.cc",
"pcre_scanner.cc",
"pcre_stringpiece.cc",
- # pcre posix
- "pcreposix.c",
] )
-