File: 0001_remove_embedded_js.patch

package info (click to toggle)
mongo-cxx-driver 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,832 kB
  • sloc: cpp: 61,365; python: 1,436; sh: 356; xml: 253; perl: 215; makefile: 21
file content (20 lines) | stat: -rw-r--r-- 687 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Remove build references to embedded JS libraries which are used only for deploying the Mongo C++ Driver website (i.e., not for any binary or documentation artifacts)
Author: Roberto C. Sánchez <roberto@connexer.com>
Forwarded: not-needed
--- mongo-cxx-driver.git.orig/docs/themes/CMakeLists.txt
+++ mongo-cxx-driver.git/docs/themes/CMakeLists.txt
@@ -12,14 +12,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-add_subdirectory (mongodb)
-
 set_local_dist (docs_themes_DIST_local
    CMakeLists.txt
 )
 
 set (docs_themes_DIST
    ${docs_themes_DIST_local}
-   ${docs_themes_mongodb_DIST}
    PARENT_SCOPE
 )