diff options
Diffstat (limited to 'community/mongodb/SConscript.client.patch')
-rw-r--r-- | community/mongodb/SConscript.client.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/mongodb/SConscript.client.patch b/community/mongodb/SConscript.client.patch new file mode 100644 index 000000000..f289d18da --- /dev/null +++ b/community/mongodb/SConscript.client.patch @@ -0,0 +1,13 @@ +diff --git a/src/SConscript.client b/src/SConscript.client +index 7a6bdc9..3fb55e5 100644 +--- a/src/SConscript.client ++++ b/src/SConscript.client +@@ -134,7 +134,7 @@ env.Install( + # install + prefix = GetOption("prefix") + +-env.Install(prefix + "/lib", '${LIBPREFIX}mongoclient${LIBSUFFIX}') ++env.InstallAs(prefix + "/lib", '${LIBPREFIX}mongoclient${LIBSUFFIX}') + + for x in clientHeaderDirectories: + env.Install(prefix + "/include/mongo/" + x, |